We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26b3b04 commit bee505bCopy full SHA for bee505b
README.rst
@@ -16,7 +16,7 @@ The project documentation can be found
16
Performance
17
-----------
18
19
-uvloop makes asyncio 2-4x times faster.
+uvloop makes asyncio 2-4x faster.
20
21
.. image:: performance.png
22
:target: http://magic.io/blog/uvloop-blazing-fast-python-networking/
@@ -51,7 +51,7 @@ loop policy:
51
import uvloop
52
asyncio.set_event_loop_policy(uvloop.EventLoopPolicy())
53
54
-Or, alternatively, you can create an instance of the loop
+Alternatively, you can create an instance of the loop
55
manually, using:
56
57
.. code:: python
@@ -74,3 +74,9 @@ is to create a virtual env, so that you'll have ``cython`` and
74
3. ``make``
75
76
4. ``make test``
77
+
78
79
+License
80
+-------
81
82
+MIT.
0 commit comments