# HG changeset patch # User Atul Varma # Date 1212732310 25200 # Node ID e5ba89c69c1fa194c9390fdfe8b2e50ce6864a5f # Parent 91746d1779b7e676adc24c7d4111d2574f0b8524 Minor style change diff -r 91746d1779b7 -r e5ba89c69c1f PythonForJsProgrammers.txt --- a/PythonForJsProgrammers.txt Thu Jun 05 23:01:31 2008 -0700 +++ b/PythonForJsProgrammers.txt Thu Jun 05 23:05:10 2008 -0700 @@ -252,7 +252,7 @@ ... "Does something useless" ... pass -As mentioned earlier, this string is called the `docstring`, and is +As mentioned earlier, this string is called the docstring, and is actually attached to the function object as its ``__doc__`` attribute. Creating docstrings for your functions not only helps document your code, but also makes it easier for Python users to interactively