Skip to content

Commit 5165cc8

Browse files
committed
Fix monospacing double underscored code
Thanks to msmouse@gmail.com for alerting me about this!
1 parent d5d990e commit 5165cc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

basics.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,8 +506,8 @@ indentation, otherwise your program will show errors.
506506

507507
.Note to static language programmers
508508
[NOTE]
509-
Python will always use indentation for blocks and will never use braces. Run `from __future__
510-
import braces` to learn more.
509+
Python will always use indentation for blocks and will never use braces. Run `+from __future__
510+
import braces+` to learn more.
511511

512512
=== Summary
513513

0 commit comments

Comments
 (0)