Skip to content

Commit e467511

Browse files
authored
Recover all the lost colons
1 parent 1979ba1 commit e467511

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

source/guides/dropping-older-python-versions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Defining the Python version required
5757

5858
Ensure that before you generate source distributions or binary distributions, you update Setuptools and install twine.
5959

60-
Steps
60+
Steps:
6161

6262
.. tab:: Unix/macOS
6363

source/guides/hosting-your-own-index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ generate an autoindex.
1212

1313
In either case, since you'll be hosting a repository that is likely not in
1414
your user's default repositories, you should instruct them in your project's
15-
description to configure their installer appropriately. For example with pip
15+
description to configure their installer appropriately. For example with pip:
1616

1717
.. tab:: Unix/macOS
1818

source/guides/making-a-pypi-friendly-readme.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ messages like "``Error: Unknown interpreted text role "py:func".``".
105105
You can check your README for markup errors before uploading as follows:
106106

107107
1. Install the latest version of `twine <https://github.com/pypa/twine>`_;
108-
version 1.12.0 or higher is required
108+
version 1.12.0 or higher is required:
109109

110110
.. tab:: Unix/macOS
111111

0 commit comments

Comments
 (0)