aboutsummaryrefslogtreecommitdiff
path: root/demo
diff options
context:
space:
mode:
authorSkip Montanaro <[email protected]>2021-05-30 15:07:40 -0500
committerGitHub <[email protected]>2021-05-30 15:07:40 -0500
commitbceb1f141ad5227dd301e8ba10213ebbd75fa192 (patch)
tree163d7ee5e35e3497df1b88b8ad5d1cd70c88a36a /demo
parentf7125a86a9994de100a6f96e76aed8a12d0a1dca (diff)
parent53a6549a4f66d36f07ae870e6daef58b680a86ba (diff)
downloadpython-0.9.1-patched-QoL-bceb1f141ad5227dd301e8ba10213ebbd75fa192.tar.xz
python-0.9.1-patched-QoL-bceb1f141ad5227dd301e8ba10213ebbd75fa192.zip
Merge pull request #2 from xcodz-dot/patch-1
Correct ptags.py (without introducing new stuff)
Diffstat (limited to 'demo')
-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