Skip to content

Commit 9a9f3b3

Browse files
authored
fixed indentation
1 parent e8818f0 commit 9a9f3b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/builtin/breakpoint.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ Python breakpoint() built-in function
2525
>>> for i in range(5):
2626
... # Stream i to stdout
2727
... print(i)
28-
... # Create breakpoint at # 3
29-
... if i == 3:
30-
... breakpoint()
28+
... # Create breakpoint at # 3
29+
... if i == 3:
30+
... breakpoint()
3131
...
3232
# 0
3333
# 1

0 commit comments

Comments
 (0)