Update README.md
Browse files
README.md
CHANGED
@@ -58,7 +58,7 @@ Each example has the following fields:
|
|
58 |
| Field | Description |
|
59 |
|---------------------|------------------------------------------------------------------------------------------------------------------------------|
|
60 |
| `contributor` | Username of the contributor that committed changes |
|
61 |
-
| `difficulty` | Difficulty of the problem (assessor-based) |
|
62 |
| `diff` | Contents of the diff between the failed and the successful commits |
|
63 |
| `head_branch` | Name of the original branch that the commit was pushed at |
|
64 |
| `id` | Unique ID of the datapoint |
|
|
|
58 |
| Field | Description |
|
59 |
|---------------------|------------------------------------------------------------------------------------------------------------------------------|
|
60 |
| `contributor` | Username of the contributor that committed changes |
|
61 |
+
| `difficulty` | Difficulty of the problem (assessor-based. 0 means that fix requires only the code formatting) |
|
62 |
| `diff` | Contents of the diff between the failed and the successful commits |
|
63 |
| `head_branch` | Name of the original branch that the commit was pushed at |
|
64 |
| `id` | Unique ID of the datapoint |
|