Skip to content

Commit

Permalink
readme: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarshall108 committed Oct 17, 2017
1 parent 61adc5d commit 6632fd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Curionet

An asynchronous high-level networking framework built on top of the Curio library.

Example
Examples
-------

A simple tcp server example
Expand Down Expand Up @@ -33,6 +33,7 @@ A simple tcp server example
A simple tcp connection example

.. code:: python
from curionet import network
class ExampleConnector(network.NetworkConnector):
Expand Down

0 comments on commit 6632fd0

Please sign in to comment.