aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authoreustas <eustas.ru@gmail.com>2016-02-23 16:10:53 +0100
committereustas <eustas.ru@gmail.com>2016-02-23 16:10:53 +0100
commit14276922dd662ff95ed8353bdd6b56a5cb408df2 (patch)
tree809fe8c5bd070f61fd72f6577d31a82647ab3279 /python
parent7111c339ece25afefaba863a1ac4502965d5badc (diff)
downloadbrotli-14276922dd662ff95ed8353bdd6b56a5cb408df2.zip
brotli-14276922dd662ff95ed8353bdd6b56a5cb408df2.tar.gz
brotli-14276922dd662ff95ed8353bdd6b56a5cb408df2.tar.bz2
Fix typo
Diffstat (limited to 'python')
-rw-r--r--python/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/README.md b/python/README.md
index 7c3381d..e787228 100644
--- a/python/README.md
+++ b/python/README.md
@@ -1,4 +1,4 @@
-This directory contains Python brotli wrapper modile and roundtrip tests.
+This directory contains Python brotli wrapper module and roundtrip tests.
To build module execute `python setup.py build_ext` from root project directory.