Glenn Linderman wrote:
Glenn,
thanks for the clarification,
English is not my first language, nor is Python ;-)
I already updated the webpage.
cheers,
Stef
On approximately 10/23/2008 12:59 PM, came the following characters
from the keyboard of Stef Mientki:
>
No, the docstring is the first string after a function or class
definition, that is displayed interactively by "help name", and used
for documentation of the function or class.
Footnotes [3] & [4]
>
The proper name for three-quoted strings is triple-quoted string:
>
Often docstrings are expressed as three-quoted strings, because they
want to exceed a single line.
>
from the keyboard of Stef Mientki:
>I'm no expert I thought a three-quoted string was called a "doc
>string", isn't that so ?
>string", isn't that so ?
No, the docstring is the first string after a function or class
definition, that is displayed interactively by "help name", and used
for documentation of the function or class.
Footnotes [3] & [4]
>
The proper name for three-quoted strings is triple-quoted string:
>
Often docstrings are expressed as three-quoted strings, because they
want to exceed a single line.
>
thanks for the clarification,
English is not my first language, nor is Python ;-)
I already updated the webpage.
cheers,
Stef