@@ -102,12 +102,12 @@ that slice. These subfolders can be used to make a macOS Python environment
102102behave as if it were on an iOS/tvOS/watchOS device. This works in one of two
103103ways:
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
118118iOS 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
122122details on how to use this testbed.
123123
124124For a detailed instructions on using the support package in your own project,
0 commit comments