Skip to content

Commit 3f9c48b

Browse files
authored
Merge pull request #131 from andreysmelter/master
Fix typo in README file
2 parents c57bafd + 2446308 commit 3f9c48b

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.rst

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,15 @@ consistent with the `PEP 513 manylinux1
2525
checks the extension modules for the use of versioned symbols that exceed
2626
the ``manylinux`` ABI.
2727

28-
``auditwheel repair``: copies these external shared libraries into the wheel itself, and automatically modifies the appropriate ``RPATH`` entries such that these libraries will be picked up at runtime. This accomplishes a similar result as if the libraries had been statically linked without requiring changes to the build system. Packagers are advised that bundling, like static linking, may implicate copyright concerns.
28+
``auditwheel repair``: copies these external shared libraries into the wheel itself,
29+
and automatically modifies the appropriate ``RPATH`` entries such that these libraries
30+
will be picked up at runtime. This accomplishes a similar result as if the libraries had
31+
been statically linked without requiring changes to the build system. Packagers are
32+
advised that bundling, like static linking, may implicate copyright concerns.
2933

3034

3135
Installation
32-
-------------
36+
------------
3337

3438
``auditwheel`` can be installed using pip: ::
3539

@@ -92,8 +96,8 @@ Limitations
9296

9397
1. ``auditwheel`` uses the `DT_NEEDED <https://en.wikipedia.org/wiki/Direct_binding>`_
9498
information (like ``ldd``) from the Python extension modules to determine
95-
which system system libraries they depend on. Code that that dynamically
96-
loads libraries at at runtime using ``ctypes`` / ``cffi`` (from Python) or
99+
which system system libraries they depend on. Code that dynamically
100+
loads libraries at runtime using ``ctypes`` / ``cffi`` (from Python) or
97101
``dlopen`` (from C/C++) doesn't contain this information in a way that can
98102
be statically determined, so dependencies that are loaded via those
99103
mechanisms will be missed.
@@ -112,7 +116,7 @@ Limitations
112116
Code of Conduct
113117
---------------
114118

115-
Everyone interacting in the auditwheel project's codebases, issue trackers,
119+
Everyone interacting in the ``auditwheel`` project's codebases, issue trackers,
116120
chat rooms, and mailing lists is expected to follow the
117121
`PyPA Code of Conduct`_.
118122

0 commit comments

Comments
 (0)