Merge pull request #748 from krmaxwell/typo-fix

Fix minor typo
This commit is contained in:
Vinta 2016-10-17 15:51:28 +08:00 committed by GitHub
commit 3e4ea3dcfa

View File

@ -806,7 +806,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [netius](https://github.com/hivesolutions/netius) - Asynchronous, very fast.
* [paste](http://pythonpaste.org/) - Multi-threaded, stable, tried and tested.
* [rocket](https://pypi.python.org/pypi/rocket) - Multi-threaded.
* [waitress](https://waitress.readthedocs.io/) - Multi-threaded, poweres Pyramid.
* [waitress](https://waitress.readthedocs.io/) - Multi-threaded, powers Pyramid.
* [Werkzeug](http://werkzeug.pocoo.org/) - A WSGI utility library for Python that powers Flask and can easily be embedded into your own projects.
## RPC Servers