Skip to content

Commit 7502b9d

Browse files
authored
Merge pull request #263 from wiggin15/patch-1
Minor doc fix in README.rst
2 parents 43834ad + 0c05f8f commit 7502b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Limitations
103103

104104
1. ``auditwheel`` uses the `DT_NEEDED <https://en.wikipedia.org/wiki/Direct_binding>`_
105105
information (like ``ldd``) from the Python extension modules to determine
106-
which system system libraries they depend on. Code that dynamically
106+
which system libraries they depend on. Code that dynamically
107107
loads libraries at runtime using ``ctypes`` / ``cffi`` (from Python) or
108108
``dlopen`` (from C/C++) doesn't contain this information in a way that can
109109
be statically determined, so dependencies that are loaded via those

0 commit comments

Comments
 (0)