Skip to content

Commit 3126656

Browse files
authored
Merge pull request #471 from msohaib9/master
fixed indentation
2 parents aa7d766 + 9a9f3b3 commit 3126656

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)