Skip to content

Commit

Permalink
Fixes typo in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed Oct 20, 2017
1 parent 7a67ce5 commit ab389b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down

0 comments on commit ab389b1

Please sign in to comment.