|
2 |
edited tags
|
||
|
1 |
|
||
How do I document a module in Python?That's it. If you want to document a function or a class, you put a string just after the definition. For instance:
But what about a module? How can I document what a file.py does?
|
||||
