summaryrefslogtreecommitdiff
path: root/cmd2/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'cmd2/utils.py')
-rw-r--r--cmd2/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd2/utils.py b/cmd2/utils.py
index 812fa227..872c2192 100644
--- a/cmd2/utils.py
+++ b/cmd2/utils.py
@@ -18,6 +18,7 @@ from . import constants
def is_quoted(arg: str) -> bool:
"""
Checks if a string is quoted
+
:param arg: the string being checked for quotes
:return: True if a string is quoted
"""