diff options
Diffstat (limited to 'AppPkg/Applications/Python/Python-2.7.2/Demo/parser/docstring.py')
-rw-r--r-- | AppPkg/Applications/Python/Python-2.7.2/Demo/parser/docstring.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/docstring.py b/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/docstring.py new file mode 100644 index 0000000000..81efa02cb7 --- /dev/null +++ b/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/docstring.py @@ -0,0 +1,2 @@ +"""Some documentation.
+"""
|