Skip to content

Commit

Permalink
Fix spelling to satisfy docs linter (#2082)
Browse files Browse the repository at this point in the history
* Also whitelist certain words
  • Loading branch information
webknjaz authored and asvetlov committed Jul 12, 2017
1 parent 8a42d2a commit 46e7a2f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/built_with.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ aiohttp is used to build useful libraries built on top of it,
and there's a page dedicated to list them: :ref:`aiohttp-3rd-party`.

There are also projects that leverage the power of aiohttp to
provide end-user tools, like command lines or softwares with
provide end-user tools, like command lines or software with
full user interfaces.

This page aims to list those projects. If you are using aiohttp
Expand Down
2 changes: 1 addition & 1 deletion docs/client_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ Response object
Reading from the stream may raise
:exc:`aiohttp.ClientPayloadError` if the response object is
closed before response receives all data or in case if any
transfer encoding related errors like mis-formed chunked
transfer encoding related errors like misformed chunked
encoding of broken compression data.

.. attribute:: cookies
Expand Down
15 changes: 15 additions & 0 deletions docs/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Changelog
charset
charsetdetect
chunked
chunking
CIMultiDict
ClientSession
cls
Expand All @@ -49,10 +50,13 @@ cpu
css
ctor
Ctrl
Cython
cythonized
de
deduplicate
deprecations
DER
Dev
dict
Dict
django
Expand All @@ -67,6 +71,8 @@ environ
eof
epoll
Facebook
# de-facto:
facto
fallback
filename
finalizers
Expand All @@ -90,6 +96,7 @@ incapsulates
Indices
infos
inline
intaking
io
ip
IP
Expand Down Expand Up @@ -118,6 +125,8 @@ metadata
middleware
middlewares
miltidict
misbehaviors
misformed
Mongo
msg
MsgType
Expand Down Expand Up @@ -145,6 +154,7 @@ param
params
pathlib
ping
pipelining
pluggable
plugin
poller
Expand All @@ -157,11 +167,13 @@ PRs
pubsub
py
pyenv
pyflakes
pytest
Pytest
readonly
readpayload
rebase
redirections
Redis
refactor
Refactor
Expand All @@ -170,6 +182,7 @@ refactoring
regex
regexps
regexs
reloader
renderer
renderers
repo
Expand All @@ -180,6 +193,7 @@ resolvers
reusage
Runit
sa
Satisfiable
schemas
sendfile
serializable
Expand All @@ -188,6 +202,7 @@ skipuntil
SocketSocketTransport
ssl
SSLContext
startup
subclasses
submodules
subpackage
Expand Down
2 changes: 1 addition & 1 deletion docs/third_party.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Database drivers
Others
------

The list of libs which are exists but not enlisted in former categories.
The list of libraries which are exists but not enlisted in former categories.

They are may be perfect or not -- we don't know.

Expand Down

0 comments on commit 46e7a2f

Please sign in to comment.