You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -591,7 +591,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
591
591
592
592
## Internationalization
593
593
594
-
*Libraries for woking with i18n.*
594
+
*Libraries for working with i18n.*
595
595
596
596
*[Babel](http://babel.pocoo.org/) - An internationalization library for Python.
597
597
*[Korean](https://korean.readthedocs.org/) - A library for [Korean](http://en.wikipedia.org/wiki/Korean_language) morphology.
@@ -712,7 +712,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
712
712
713
713
## Processes and Threads
714
714
715
-
*Libraries for woking with processes or threads*
715
+
*Libraries for working with processes or threads*
716
716
717
717
*[multiprocessing](https://docs.python.org/2/library/multiprocessing.html) - (Python standard library) Process-based "threading" interface.
718
718
*[threading](https://docs.python.org/2/library/threading.html) - (Python standard library) Higher-level threading interface.
@@ -737,7 +737,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
737
737
738
738
## WebSocket
739
739
740
-
*Libraries for woking with WebSocket.*
740
+
*Libraries for working with WebSocket.*
741
741
742
742
*[AutobahnPython](https://github.com/tavendo/AutobahnPython) - WebSocket & WAMP for Python on Twisted and [asyncio](https://docs.python.org/3/library/asyncio.html).
743
743
*[WebSocket-for-Python](https://github.com/Lawouach/WebSocket-for-Python) - WebSocket client and server library for Python 2 and 3 as well as PyPy.
0 commit comments