Skip to content

Commit 2372300

Browse files
committed
Fixes typo in CONTRIBUTING.md
1 parent 8abe542 commit 2372300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sources/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ The documents containing code examples for the "User Guide" are generated from I
303303
3. Convert the notebook to markdown using the `ipynb2markdown.py` converter
304304

305305
```python
306-
~/github/mlxtend/docs$ python ipynb2markdown.py --ipynb_path ./sources/user_guide/subpackage/notebookname.ipynb
306+
~/github/mlxtend/docs$ python ipynb2markdown.py --ipynb ./sources/user_guide/subpackage/notebookname.ipynb
307307
```
308308

309309
**Note**

0 commit comments

Comments
 (0)