summaryrefslogtreecommitdiff
path: root/pygerrit/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygerrit/__init__.py')
-rw-r--r--pygerrit/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pygerrit/__init__.py b/pygerrit/__init__.py
index 93e6412..5fa98be 100644
--- a/pygerrit/__init__.py
+++ b/pygerrit/__init__.py
@@ -40,9 +40,9 @@ def from_json(json_data, key):
def escape_string(string):
""" Escape a string for use in Gerrit commands.
- Adds necessary escapes and surrounding double quotes to a
- string so that it can be passed to any of the Gerrit commands
- that require double-quoted strings.
+ Return the string with necessary escapes and surrounding double quotes
+ so that it can be passed to any of the Gerrit commands that require
+ double-quoted strings.
"""