Skip to content

Commit a790c55

Browse files
authored
Merge pull request #141 from pdelboca/patch-1
Fix indent in code example
2 parents 0d6b417 + 2e484bc commit a790c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/correctness/indentation_contains_mixed_spaces_and_tabs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The following code mixes spaces and tabs for indentation. The ``print("Hello, Wo
1111
.. code:: python
1212
1313
def print_hello_world():
14-
# indented with tab
14+
# indented with tab
1515
print("Hello, World!")
1616
def print_goodbye_world():
1717
# indented with 4 spaces

0 commit comments

Comments
 (0)