matrix-multiply commited on
Commit
adb60ba
·
verified ·
1 Parent(s): c81d735

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -36,8 +36,10 @@ The goal of the DocuMint model is to generate docstrings that are concise (brief
36
 
37
  ### Direct Use
38
 
39
- The DocuMint model can be used directly to generate high-quality docstrings for Python functions. Given a Python function definition, the model will output a docstring in the format """<generated docstring>""".
40
-
 
 
41
 
42
  ## Training Details
43
 
 
36
 
37
  ### Direct Use
38
 
39
+ The DocuMint model can be used directly to generate high-quality docstrings for Python functions. Given a Python function definition, the model will output a docstring in the format
40
+ ```
41
+ """<generated docstring>""".
42
+ ```
43
 
44
  ## Training Details
45