diff options
Diffstat (limited to 'auto-auto-complete.py')
-rw-r--r-- | auto-auto-complete.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auto-auto-complete.py b/auto-auto-complete.py index 3fde092..4f802c5 100644 --- a/auto-auto-complete.py +++ b/auto-auto-complete.py @@ -50,8 +50,8 @@ class Parser: ''' Parse a code and return a tree - @param code:str The code to parse - @return :list<list<↑>|str> The root node in the tree + @param code:str The code to parse + @return :list<↑|str> The root node in the tree ''' @staticmethod def parse(code): |