Commit 43093ee2 authored by Stefan Behnel's avatar Stefan Behnel

fix typo

parent b89ca8ea
...@@ -172,7 +172,7 @@ class CythonMagics(Magics): ...@@ -172,7 +172,7 @@ class CythonMagics(Magics):
) )
@magic_arguments.argument( @magic_arguments.argument(
'-L', dest='library_dirs', metavar='dir', action='append', default=[], '-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)." "multiple times)."
) )
@magic_arguments.argument( @magic_arguments.argument(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment