sm1rk commited on
Commit
a671ac8
·
verified ·
1 Parent(s): a6e5b35

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -50,7 +50,7 @@ Paper: [Code Summarization Beyond Function Level](https://hf.co/papers/2502.1670
50
 
51
  The dataset contains samples with the following fields:
52
 
53
- * `repo_name`:
54
  * `method_name`: The method name (including class name).
55
  * `method_code`: The code of a method within the repository (without docstring).
56
  * `method_summary`: The summary of the method.
 
50
 
51
  The dataset contains samples with the following fields:
52
 
53
+ * `repo_name`: The repository name.
54
  * `method_name`: The method name (including class name).
55
  * `method_code`: The code of a method within the repository (without docstring).
56
  * `method_summary`: The summary of the method.