Skip to content

Commit

Permalink
Update docs so generate docs are cleaner.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-parton committed Jul 14, 2023
1 parent 0837c73 commit 65468ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chardetng_docs/feed.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ and `False` if only ASCII has been seen so far.
## Raises

pyo3_runtime.PanicException
If this method has previously been called with `last` set to `true`.
If this method has previously been called with `last` set to `True`.
4 changes: 2 additions & 2 deletions chardetng_docs/guess_assess.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ detection. Such reliance would make the Web Platform more brittle.

## Returns

str
encoding: str
The guessed encoding.
bool
higher_score: bool
Whether the guessed encoding had a higher score than at least
one other candidate. If this value is `False`, the guessed encoding
is likely to be wrong.
Expand Down

0 comments on commit 65468ef

Please sign in to comment.