Skip to content

Commit e294277

Browse files
authored
Merge pull request LenKiMo#10 from Leon0824/patch-1
修正少的空格
2 parents 5a30aba + a9239e8 commit e294277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

07.basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ IndentationError: unexpected indent
412412

413413
> **针对静态编程语言程序员的提示**
414414
>
415-
> Python 将始终对块使用缩进,并且绝不会使用大括号。你可以通过运行 `from__future__import braces` 来了解更多信息。
415+
> Python 将始终对块使用缩进,并且绝不会使用大括号。你可以通过运行 `from __future__ import braces` 来了解更多信息。
416416
417417
## 总结
418418

0 commit comments

Comments
 (0)