Skip to content

Commit 31cde89

Browse files
committed
Merge pull request realpython#396 from christiankolding/patch-1
Fix code-block formatting
2 parents 9d8a491 + f1ab692 commit 31cde89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/starting/install/win.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ which copy of Python is run.
2323
Typing the full path name for a Python interpreter each time quickly gets
2424
tedious, so add the directories for your default Python version to the PATH.
2525
Assuming that your Python installation is in ``C:\Python27\``, add this to your
26-
PATH::
26+
PATH:
2727

2828
.. code-block:: console
2929

0 commit comments

Comments
 (0)