diff options
| author | xcodz-dot <[email protected]> | 2021-05-30 17:04:54 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-30 17:04:54 +0530 |
| commit | 53a6549a4f66d36f07ae870e6daef58b680a86ba (patch) | |
| tree | 163d7ee5e35e3497df1b88b8ad5d1cd70c88a36a | |
| parent | f7125a86a9994de100a6f96e76aed8a12d0a1dca (diff) | |
| download | python-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-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 |
