Skip to content

Commit 9646c17

Browse files
committed
spelling: decoded
Signed-off-by: Josh Soref <[email protected]>
1 parent eb2ada9 commit 9646c17

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/wordlist.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ boolean
3030
customizable
3131
dataset
3232
de
33-
dedcoded
3433
extensibility
3534
gcc
3635
gevent

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ initializing it:
9090

9191
Decoding of bulk data will be attempted using the specified encoding and
9292
error handler. If the error handler is `'strict'` (the default), a
93-
`UnicodeDecodeError` is raised when data cannot be dedcoded. This is identical
93+
`UnicodeDecodeError` is raised when data cannot be decoded. This is identical
9494
to Python's default behavior. Other valid values to `errors` include
9595
`'replace'`, `'ignore'`, and `'backslashreplace'`. See [Unicode HOWTO: The String Type](https://docs.python.org/3/howto/unicode.html#the-string-type) for more information on the behavior of these error handlers.
9696

0 commit comments

Comments
 (0)