Merge pull request #340 from ugurthemaster/master

Update learning.rst
This commit is contained in:
2014-01-08 11:26:27 -08:00
3 changed files with 17 additions and 3 deletions
+3 -1
View File
@@ -94,7 +94,9 @@ Reference`_ should help you familiarize yourself with its syntax.
Code Documentation Advice
-------------------------
Comments clarify code and begin with a hash (``#``).
Comments clarify the code and they are added with purpose of making the
code easier to understand. In Python, comments begin with a hash
(number sign) (``#``).
.. _docstring-ref: