Datasets:

ArXiv:
License:
NamCyan commited on
Commit
67676cc
·
1 Parent(s): 4b57e43

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
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