Skip to content

Commit c6d57c8

Browse files
committed
Fixed a typo & updated spelling wordlist
1 parent 3e3b71f commit c6d57c8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/spelling_wordlist.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ aiohttp
66
aiohttpdemo
77
aiohttp’s
88
aiopg
9+
al
910
alives
1011
api
1112
api’s
@@ -120,6 +121,7 @@ env
120121
environ
121122
eof
122123
epoll
124+
et
123125
etag
124126
ETag
125127
expirations
@@ -167,6 +169,7 @@ iterable
167169
iterables
168170
javascript
169171
Jinja
172+
jitter
170173
json
171174
keepalive
172175
keepalived
@@ -294,6 +297,7 @@ runtime
294297
runtimes
295298
sa
296299
Satisfiable
300+
scalability
297301
schemas
298302
sendfile
299303
serializable
@@ -350,6 +354,7 @@ unicode
350354
unittest
351355
Unittest
352356
unix
357+
unobvious
353358
unsets
354359
unstripped
355360
untyped

docs/web_reference.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1377,7 +1377,8 @@ content type and *data* encoded by ``dumps`` parameter
13771377
This class should be used for the keys in :class:`Response`,
13781378
:class:`FileResponse` and :class:`StreamResponse`. They provide
13791379
a type-safe alternative to `str` keys when checking your code
1380-
with a type checker (e.g. mypy). They also avoid name clasheswith keys from different libraries etc.
1380+
with a type checker (e.g. mypy). They also avoid name clashes
1381+
with keys from different libraries etc.
13811382

13821383
:param name: A name to help with debugging. This should be the same as
13831384
the variable name (much like how :class:`typing.TypeVar`

0 commit comments

Comments
 (0)