Skip to content

Commit 7398ed1

Browse files
committed
PEP257
1 parent 7a181f1 commit 7398ed1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lectures/python_essentials.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,8 @@ def f(x):
683683

684684
With one question mark we bring up the docstring, and with two we get the source code as well.
685685

686+
You can find conventions for docstring in [PEP257](https://peps.python.org/pep-0257/).
687+
686688
## Exercises
687689

688690
Solve the following exercises.

0 commit comments

Comments
 (0)