From 53a6549a4f66d36f07ae870e6daef58b680a86ba Mon Sep 17 00:00:00 2001 From: xcodz-dot <71920621+xcodz-dot@users.noreply.github.com> Date: Sun, 30 May 2021 17:04:54 +0530 Subject: [PATCH] Update ptags.py SyntaxError fixed by making the comment a comment --- demo/scripts/ptags.py | 3 +-- 1 file changed, 1 insertion(+), 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