Skip to content

Commit 6057f11

Browse files
bobahopkotp
andcommitted
Update docs/TRACEBACKS.md
Co-authored-by: Victor Goff <keeperotphones@gmail.com>
1 parent 33bc36e commit 6057f11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/TRACEBACKS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Following is an example of using `assert`:
145145
>>> def int_division(dividend, divisor):
146146
... assert divisor != 0, "divisor must not be 0"
147147
... return dividend // divisor
148-
...
148+
...
149149
>>> print(int_division(2, 1))
150150
2
151151
>>> print(int_division(2, 0))

0 commit comments

Comments
 (0)