Skip to content

Commit 2e484bc

Browse files
authored
Fix indent in code example
1 parent b4b7c23 commit 2e484bc

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)