1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Merge pull request #11870 from FFY00/fix-typo-1

Fix typo in the #11681 news entry
This commit is contained in:
Paul Moore 2023-03-17 21:46:06 +00:00 committed by GitHub
commit e1f353f8c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
The ``--config-settings``/``-C`` option now supports using the same key multiple
times. When the same key is specified multiple times, all values are passed to
the build backend as a list, as opposed to the previous behavior where pip would
only pass the last value is the same key was used multiple times.
the build backend as a list, as opposed to the previous behavior, where pip would
only pass the last value if the same key was used multiple times.