summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2016-06-17 11:12:49 +0200
committerStefan Behnel <stefan_ml@behnel.de>2016-07-15 08:21:05 +0200
commit43093ee2e59f56cd702c91f4c7138df2267601cb (patch)
tree4ed56a5392578c23c7c38cecd129d4c647cb48df
parentb89ca8eaecb8a80995ceef8f0f24ab01f0de4dd2 (diff)
downloadcython-43093ee2e59f56cd702c91f4c7138df2267601cb.tar.gz
fix typo
-rw-r--r--Cython/Build/IpythonMagic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cython/Build/IpythonMagic.py b/Cython/Build/IpythonMagic.py
index b43a0abbe..88900960b 100644
--- a/Cython/Build/IpythonMagic.py
+++ b/Cython/Build/IpythonMagic.py
@@ -172,7 +172,7 @@ class CythonMagics(Magics):
)
@magic_arguments.argument(
'-L', dest='library_dirs', metavar='dir', action='append', default=[],
- help="Add a path to the list of libary directories (can be specified "
+ help="Add a path to the list of library directories (can be specified "
"multiple times)."
)
@magic_arguments.argument(