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

Fix typo in the #11681 news entry

Signed-off-by: Filipe Laíns <lains@riseup.net>
This commit is contained in:
Filipe Laíns 2023-03-17 21:24:55 +00:00
parent 1268487cba
commit e58fac1086
No known key found for this signature in database
GPG key ID: 2A10CD5777C8F395

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.