Update README.md
Browse files
README.md
CHANGED
@@ -148,7 +148,6 @@ Data fields for function level:
|
|
148 |
- **docstring** (string): the top-level comment or docstring (docstring version without param’s doc, return, exception, etc)
|
149 |
- **docstring_tokens** tokenized version of docstring, separated by whitespace
|
150 |
- **comment** (string): comment (line) inside the function/class, separated by `$SEP$` token
|
151 |
-
----
|
152 |
- **parameters** (dict): Dictionary of parameters and its type (type can be None)
|
153 |
- **docstring_params** (dict): Dictionary of the parsed information from docstring
|
154 |
|
|
|
148 |
- **docstring** (string): the top-level comment or docstring (docstring version without param’s doc, return, exception, etc)
|
149 |
- **docstring_tokens** tokenized version of docstring, separated by whitespace
|
150 |
- **comment** (string): comment (line) inside the function/class, separated by `$SEP$` token
|
|
|
151 |
- **parameters** (dict): Dictionary of parameters and its type (type can be None)
|
152 |
- **docstring_params** (dict): Dictionary of the parsed information from docstring
|
153 |
|