Skip to content

Commit 18de308

Browse files
committed
README markup fixes.
1 parent 2f5d5e6 commit 18de308

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@ that slice. These subfolders can be used to make a macOS Python environment
102102
behave as if it were on an iOS/tvOS/watchOS device. This works in one of two
103103
ways:
104104

105-
1. **A ``sitecustomize.py`` script**. If the ``platform-config`` subfolder is on
105+
1. **A sitecustomize.py script**. If the ``platform-config`` subfolder is on
106106
your ``PYTHONPATH`` when a Python interpreter is started, a site
107107
customization will be applied that patches methods in ``sys``, ``sysconfig``
108108
and ``platform`` that are used to identify the system.
109109

110-
2. **A ``make_cross_venv.py`` script**. If you call ``make_cross_venv.py``,
110+
2. **A make_cross_venv.py script**. If you call ``make_cross_venv.py``,
111111
providing the location of a virtual environment, the script will add some
112112
files to the ``site-packages`` folder of that environment that will
113113
automatically apply the same set of patches whenever the environment is
@@ -116,9 +116,9 @@ ways:
116116
also be applied to the isolated build environment that is created.
117117

118118
iOS distributions also contain a copy of the iOS ``testbed`` project - an Xcode
119-
project that can be used to run test suites of Python code. See the [CPython
120-
documentation on testing
121-
packages](https://docs.python.org/3/using/ios.html#testing-a-python-package) for
119+
project that can be used to run test suites of Python code. See the `CPython
120+
documentation on testing packages
121+
<https://docs.python.org/3/using/ios.html#testing-a-python-package>`__ for
122122
details on how to use this testbed.
123123

124124
For a detailed instructions on using the support package in your own project,

0 commit comments

Comments
 (0)