summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Falkenstein <lfalkenstein9@gmail.com>2017-07-26 14:25:01 -0400
committerGitHub <noreply@github.com>2017-07-26 14:25:01 -0400
commit0937a5287d3bcd5b19634b60795b099364c67535 (patch)
tree07ed051e06246c60e66b123c3745450b330a97cb
parent898c0d7fdd10e2d70f3627c6d50740b203f817d8 (diff)
downloadpysendfile-0937a5287d3bcd5b19634b60795b099364c67535.tar.gz
Fix typo in README
Just a small thing I noticed while reading docs
-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