summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZearin <zearin@gonk.net>2011-11-12 12:47:49 -0500
committerZearin <zearin@gonk.net>2011-11-12 12:47:49 -0500
commite022d8e8909aab749926c04f2bac71d37c8906ef (patch)
treefdff4737b931ea8784d16f34af1b796e406392a1
parente3a26c6d709e0e13270aa46d8f8136e93508137c (diff)
downloadcmd2-e022d8e8909aab749926c04f2bac71d37c8906ef.tar.gz
Elaborated comment to explain I am still a relative newcomer to Python.
-rw-r--r--cmd2/support.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmd2/support.py b/cmd2/support.py
index 71043f0..ab90c51 100644
--- a/cmd2/support.py
+++ b/cmd2/support.py
@@ -61,6 +61,10 @@ class StubbornDict(dict):
# @TODO
# Why is this defined outside of the StubbornDict class?
+#
+# I suspect it's something obvious I just haven't yet learned
+# in my Python n00b13-ism.
+#
def stubbornDict(*arg, **kwarg):
# @FIXME
# Add docstring describing this method's