Skip to content

Commit bbd4398

Browse files
committed
Better indentation for pip config description
1 parent 9351c61 commit bbd4398

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/pip/_internal/commands/configuration.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@
2121
class ConfigurationCommand(Command):
2222
"""Manage local and global configuration.
2323
24-
Subcommands:
24+
Subcommands:
2525
2626
list: List the active configuration (or from the file specified)
2727
edit: Edit the configuration file in an editor
2828
get: Get the value associated with name
2929
set: Set the name=value
3030
unset: Unset the value associated with name
3131
32-
If none of --user, --global and --site are passed, a virtual
33-
environment configuration file is used if one is active and the file
34-
exists. Otherwise, all modifications happen on the to the user file by
35-
default.
32+
If none of --user, --global and --site are passed, a virtual
33+
environment configuration file is used if one is active and the file
34+
exists. Otherwise, all modifications happen on the to the user file by
35+
default.
3636
"""
3737

3838
ignore_require_venv = True

0 commit comments

Comments
 (0)