소스 검색

Fix monospacing double underscored code

Thanks to msmouse@gmail.com for alerting me about this!
Swaroop C H 10 년 전
부모
커밋
5165cc83f5
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      basics.asciidoc

+ 2 - 2
basics.asciidoc

@@ -506,8 +506,8 @@ indentation, otherwise your program will show errors.
 
 .Note to static language programmers
 [NOTE]
-Python will always use indentation for blocks and will never use braces. Run `from __future__
-import braces` to learn more.
+Python will always use indentation for blocks and will never use braces. Run `+from __future__
+import braces+` to learn more.
 
 === Summary