summaryrefslogtreecommitdiff
path: root/Doc/lib/libbinascii.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/libbinascii.tex')
-rw-r--r--Doc/lib/libbinascii.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libbinascii.tex b/Doc/lib/libbinascii.tex
index bbc7f4410b..8694ca9412 100644
--- a/Doc/lib/libbinascii.tex
+++ b/Doc/lib/libbinascii.tex
@@ -11,7 +11,7 @@ between binary and various \ASCII{}-encoded binary
representations. Normally, you will not use these functions directly
but use wrapper modules like \refmodule{uu}\refstmodindex{uu} or
\refmodule{binhex}\refstmodindex{binhex} instead, this module solely
-exists because bit-manipuation of large amounts of data is slow in
+exists because bit-manipulation of large amounts of data is slow in
Python.
The \module{binascii} module defines the following functions: