File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 66aiohttpdemo
77aiohttp’s
88aiopg
9+ al
910alives
1011api
1112api’s
120121environ
121122eof
122123epoll
124+ et
123125etag
124126ETag
125127expirations
@@ -167,6 +169,7 @@ iterable
167169iterables
168170javascript
169171Jinja
172+ jitter
170173json
171174keepalive
172175keepalived
@@ -294,6 +297,7 @@ runtime
294297runtimes
295298sa
296299Satisfiable
300+ scalability
297301schemas
298302sendfile
299303serializable
@@ -350,6 +354,7 @@ unicode
350354unittest
351355Unittest
352356unix
357+ unobvious
353358unsets
354359unstripped
355360untyped
Original file line number Diff line number Diff 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 `
You can’t perform that action at this time.
0 commit comments