Skip to content

Commit 4d6071c

Browse files
committed
Tweaked style guide.
1 parent 3712839 commit 4d6071c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,11 @@ When contributing to a notebook, update the notebook author(s):
5454

5555
Please refer to the style of existing notebooks to help maintain consistency. A consistently themed collection of notebooks will help users more seamlessly transition from challenge to challenge.
5656

57-
Review [PEP-8](https://www.python.org/dev/peps/pep-0008/) and the following [style guide](https://google-styleguide.googlecode.com/svn/trunk/pyguide.html).
57+
Review the following [style guide](https://google-styleguide.googlecode.com/svn/trunk/pyguide.html).
58+
59+
Review [PEP8](https://www.python.org/dev/peps/pep-0008/) and use a [validator](http://pep8online.com/).
60+
61+
*Note: IPython Notebook doesn't seem to properly handle a blank line at the end of a code cell when writing the cell's contents to a file, as referenced in this [issue](https://github.com/ipython/ipython/issues/8626). Notebook cells currently do not have a blank line at the end of each code cell.*
5862

5963
### Contributions in Languages Other than Python
6064

0 commit comments

Comments
 (0)