Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9a9f3b3

Browse files
authored
fixed indentation
1 parente8818f0 commit9a9f3b3

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 iinrange(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)

[8]ページ先頭

©2009-2025 Movatter.jp