We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43834ad + 0c05f8f commit 7502b9dCopy full SHA for 7502b9d
README.rst
@@ -103,7 +103,7 @@ Limitations
103
104
1. ``auditwheel`` uses the `DT_NEEDED <https://en.wikipedia.org/wiki/Direct_binding>`_
105
information (like ``ldd``) from the Python extension modules to determine
106
- which system system libraries they depend on. Code that dynamically
+ which system libraries they depend on. Code that dynamically
107
loads libraries at runtime using ``ctypes`` / ``cffi`` (from Python) or
108
``dlopen`` (from C/C++) doesn't contain this information in a way that can
109
be statically determined, so dependencies that are loaded via those
0 commit comments