aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxcodz-dot <[email protected]>2021-05-30 17:04:54 +0530
committerGitHub <[email protected]>2021-05-30 17:04:54 +0530
commit53a6549a4f66d36f07ae870e6daef58b680a86ba (patch)
tree163d7ee5e35e3497df1b88b8ad5d1cd70c88a36a
parentf7125a86a9994de100a6f96e76aed8a12d0a1dca (diff)
downloadpython-0.9.1-patched-QoL-53a6549a4f66d36f07ae870e6daef58b680a86ba.tar.xz
python-0.9.1-patched-QoL-53a6549a4f66d36f07ae870e6daef58b680a86ba.zip
Update ptags.py
SyntaxError fixed by making the comment a comment
-rwxr-xr-xdemo/scripts/ptags.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/demo/scripts/ptags.py b/demo/scripts/ptags.py
index 8886a71..68527e9 100755
--- a/demo/scripts/ptags.py
+++ b/demo/scripts/ptags.py
@@ -1,8 +1,7 @@
#! /ufs/guido/bin/sgi/python
# ptags
-#
-Create a tags file for Python programs
+# Create a tags file for Python programs
# Tagged are:
# - functions (even inside other defs or classes)
# - classes