Merge pull request #691 from remcodraijer/patch-1

Changed summary line of docstring to follow PEP 0257
This commit is contained in:
2016-03-24 18:23:38 -04:00
+1 -1
View File
@@ -116,7 +116,7 @@ A simple doctest in a function:
.. code-block:: python
def square(x):
"""Squares x.
"""Return the square of x.
>>> square(2)
4