diff options
| author | Skip Montanaro <[email protected]> | 2021-05-30 15:07:40 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-30 15:07:40 -0500 |
| commit | bceb1f141ad5227dd301e8ba10213ebbd75fa192 (patch) | |
| tree | 163d7ee5e35e3497df1b88b8ad5d1cd70c88a36a /demo | |
| parent | f7125a86a9994de100a6f96e76aed8a12d0a1dca (diff) | |
| parent | 53a6549a4f66d36f07ae870e6daef58b680a86ba (diff) | |
| download | python-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-x | demo/scripts/ptags.py | 3 |
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 |
