From 2372300a40137f488b3f0e2849e85c51de52075f Mon Sep 17 00:00:00 2001 From: James Bourbeau Date: Sun, 15 Oct 2017 10:21:18 -0500 Subject: [PATCH] Fixes typo in CONTRIBUTING.md --- docs/sources/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/CONTRIBUTING.md b/docs/sources/CONTRIBUTING.md index a9cda8e8c..c24929b71 100755 --- a/docs/sources/CONTRIBUTING.md +++ b/docs/sources/CONTRIBUTING.md @@ -303,7 +303,7 @@ The documents containing code examples for the "User Guide" are generated from I 3. Convert the notebook to markdown using the `ipynb2markdown.py` converter ```python -~/github/mlxtend/docs$ python ipynb2markdown.py --ipynb_path ./sources/user_guide/subpackage/notebookname.ipynb +~/github/mlxtend/docs$ python ipynb2markdown.py --ipynb ./sources/user_guide/subpackage/notebookname.ipynb ``` **Note**