diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-10-28 19:53:18 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-10-28 19:53:18 +0100 |
commit | 565003369fba253479250719bcd14b065fe47539 (patch) | |
tree | fc6bd5fffc289d69d12cdad70aa2c317382c7e52 /auto-auto-complete.py | |
parent | example completeion (diff) | |
download | auto-auto-complete-565003369fba253479250719bcd14b065fe47539.tar.gz auto-auto-complete-565003369fba253479250719bcd14b065fe47539.tar.bz2 auto-auto-complete-565003369fba253479250719bcd14b065fe47539.tar.xz |
m doc style
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): |