summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2017-07-27 18:08:25 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2017-07-27 18:08:25 +0200
commitafda92b8e35bf3e0b5bc96289b9e03430dbe0a40 (patch)
tree6ddbe7624f750e88b3144c6b4e94565127c608ca
parent92b23e1e636a82652c63082b12ffcabf62d9e9f9 (diff)
parented164a220ed6fc73190e0869d636fb8b1c495664 (diff)
downloadpysendfile-afda92b8e35bf3e0b5bc96289b9e03430dbe0a40.tar.gz
Merge branch 'master' of github.com:giampaolo/pysendfile
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 09a4322..03adbfa 100644
--- a/README.rst
+++ b/README.rst
@@ -40,7 +40,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