Skip to content

Commit 323c932

Browse files
committed
Update spelling wordlist.
List generated with this command, then checked and adjusted manually: $ make -C docs spelling | grep 'Spell check' | awk '{ print $4 }' \ sed 's/:$//' | tr '[:upper:]' '[:lower:]' | sort | uniq
1 parent cc35695 commit 323c932

File tree

2 files changed

+5
-19
lines changed

2 files changed

+5
-19
lines changed

docs/conf.py

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242

4343
intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}
4444

45+
spelling_show_suggestions = True
46+
4547
# Add any paths that contain templates here, relative to this directory.
4648
templates_path = ["_templates"]
4749

docs/spelling_wordlist.txt

+3-19
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
1-
api
2-
attr
31
augustin
42
auth
53
autoscaler
6-
awaitable
74
aymeric
85
backend
96
backoff
107
backpressure
118
balancer
129
balancers
13-
bitcoin
1410
bottlenecked
1511
bufferbloat
1612
bugfix
@@ -22,63 +18,51 @@ coroutines
2218
cryptocurrencies
2319
cryptocurrency
2420
ctrl
25-
daemonize
26-
datastructures
2721
django
2822
dyno
29-
formatter
3023
fractalideas
3124
gunicorn
32-
haproxy
3325
hypercorn
3426
iframe
3527
IPv
3628
istio
3729
iterable
3830
keepalive
3931
KiB
40-
Kubernetes
32+
kubernetes
4133
lifecycle
4234
linkerd
4335
liveness
4436
lookups
4537
MiB
46-
mypy
4738
nginx
48-
onmessage
49-
parsers
5039
permessage
5140
pid
52-
pong
53-
pongs
5441
proxying
5542
pythonic
5643
reconnection
5744
redis
45+
redistributions
5846
retransmit
5947
runtime
6048
scalable
61-
serializers
6249
stateful
6350
subclasses
6451
subclassing
52+
subpackages
6553
subprotocol
6654
subprotocols
6755
supervisord
6856
tidelift
6957
tls
7058
tox
71-
unparse
7259
unregister
7360
uple
74-
username
7561
uvicorn
76-
uvloop
7762
virtualenv
7863
WebSocket
7964
websocket
8065
websockets
8166
ws
8267
wsgi
83-
wss
8468
www

0 commit comments

Comments
 (0)