diff options
Diffstat (limited to 'git_config.py')
-rw-r--r-- | git_config.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git_config.py b/git_config.py index 98cade32..94378e9a 100644 --- a/git_config.py +++ b/git_config.py | |||
@@ -219,8 +219,8 @@ class GitConfig(object): | |||
219 | """Set the value(s) for a key. | 219 | """Set the value(s) for a key. |
220 | Only this configuration file is modified. | 220 | Only this configuration file is modified. |
221 | 221 | ||
222 | The supplied value should be either a string, | 222 | The supplied value should be either a string, or a list of strings (to |
223 | or a list of strings (to store multiple values). | 223 | store multiple values), or None (to delete the key). |
224 | """ | 224 | """ |
225 | key = _key(name) | 225 | key = _key(name) |
226 | 226 | ||