Put the bracketed text in the correct position

This commit is contained in:
Pradyun Gedam 2020-03-26 16:16:20 +05:30
parent b0687a0aa7
commit cb7b3af06f
No known key found for this signature in database
GPG Key ID: DA17C4B29CB32E4B
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Configuration File Handling
===========================
The ``pip._internal.configuration`` module is responsible for handling
configuration files (eg. loading from and saving values to) that are used by
(eg. loading from and saving values to) configuration files that are used by
pip. The module's functionality is largely exposed through and coordinated by
the module's ``Configuration`` class.