summaryrefslogtreecommitdiff
path: root/cmd2/utils.py
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2019-07-06 17:52:19 -0600
committerGitHub <noreply@github.com>2019-07-06 17:52:19 -0600
commit34975b52e769514b44ee8c13147a22961e68e7a7 (patch)
treefe93e18257514efc25e8539d5005af34ef4dcd3b /cmd2/utils.py
parente18013e7f6be6721531cde163ec4697eac247270 (diff)
parent0ae0567c48c0519cbecca8448df0caa32f530906 (diff)
downloadcmd2-git-34975b52e769514b44ee8c13147a22961e68e7a7.tar.gz
Merge pull request #712 from python-cmd2/docstructure
New Documentation Structure
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
"""