Skip to content

Commit c30ab60

Browse files
committed
Correct spelling (woking -> working)
1 parent b37244b commit c30ab60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
591591

592592
## Internationalization
593593

594-
*Libraries for woking with i18n.*
594+
*Libraries for working with i18n.*
595595

596596
* [Babel](http://babel.pocoo.org/) - An internationalization library for Python.
597597
* [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
712712

713713
## Processes and Threads
714714

715-
*Libraries for woking with processes or threads*
715+
*Libraries for working with processes or threads*
716716

717717
* [multiprocessing](https://docs.python.org/2/library/multiprocessing.html) - (Python standard library) Process-based "threading" interface.
718718
* [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
737737

738738
## WebSocket
739739

740-
*Libraries for woking with WebSocket.*
740+
*Libraries for working with WebSocket.*
741741

742742
* [AutobahnPython](https://github.com/tavendo/AutobahnPython) - WebSocket & WAMP for Python on Twisted and [asyncio](https://docs.python.org/3/library/asyncio.html).
743743
* [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

Comments
 (0)