summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2017-07-27 17:52:44 +0200
committerGitHub <noreply@github.com>2017-07-27 17:52:44 +0200
commited164a220ed6fc73190e0869d636fb8b1c495664 (patch)
tree07ed051e06246c60e66b123c3745450b330a97cb
parent898c0d7fdd10e2d70f3627c6d50740b203f817d8 (diff)
parent0937a5287d3bcd5b19634b60795b099364c67535 (diff)
downloadpysendfile-ed164a220ed6fc73190e0869d636fb8b1c495664.tar.gz
Merge pull request #31 from lmouelle/patch-1
Fix typo in README
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index d1f3c30..4f576b4 100644
--- a/README.rst
+++ b/README.rst
@@ -44,7 +44,7 @@ file into a userspace buffer, then write that buffer to the socket via
.. code-block:: python
- # how a file is tipically sent
+ # how a file is typically sent
import socket