We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65429e8 commit d0ce791Copy full SHA for d0ce791
1 file changed
_episodes/06-loops-and-functions.md
@@ -398,7 +398,8 @@ The text between the two sets of triple double quotes is called a docstring and
398
contains the documentation for the function. It does nothing when the function
399
is running and is therefore not necessary, but it is good practice to include
400
docstrings as a reminder of what the code does. Docstrings in functions also
401
-become part of their 'official' documentation:
+become part of their 'official' documentation, and we can see them by typing
402
+a `?` (question mark) after the function name:
403
404
~~~
405
one_year_csv_writer?
0 commit comments