add dot end of sentence.

This commit is contained in:
Matthias Bussonnier 2015-03-13 11:47:24 -07:00
parent 0e46460094
commit 22f619f316

View File

@ -6,7 +6,7 @@
* mainly to be overridden in profile/static/custom/custom.js
* This will always be an empty file in IPython
*
* User could add any javascript in the `profile/static/custom/custom.js` file
* User could add any javascript in the `profile/static/custom/custom.js` file.
* It will be executed by the ipython notebook at load time.
*
* Same thing with `profile/static/custom/custom.css` to inject custom css into the notebook.