change description
Browse files- nl2bash_m.py +1 -1
nl2bash_m.py
CHANGED
|
@@ -22,7 +22,7 @@ import evaluate
|
|
| 22 |
|
| 23 |
|
| 24 |
_DESCRIPTION = """
|
| 25 |
-
|
| 26 |
"""
|
| 27 |
|
| 28 |
_KWARGS_DESCRIPTION = """
|
|
|
|
| 22 |
|
| 23 |
|
| 24 |
_DESCRIPTION = """
|
| 25 |
+
returns a score that indicates how close the bash command generated is to the actual command with a perfect score out of 1.0
|
| 26 |
"""
|
| 27 |
|
| 28 |
_KWARGS_DESCRIPTION = """
|