Specify language for a code block
Browse files
README.md
CHANGED
|
@@ -110,7 +110,7 @@ def test_add_if_even():
|
|
| 110 |
|
| 111 |
Applying this function to the problem of combining tokens into words is just a matter of writing the correct `combine_fn`:
|
| 112 |
|
| 113 |
-
```
|
| 114 |
@dataclass
|
| 115 |
class Tok:
|
| 116 |
index: int
|
|
|
|
| 110 |
|
| 111 |
Applying this function to the problem of combining tokens into words is just a matter of writing the correct `combine_fn`:
|
| 112 |
|
| 113 |
+
```python
|
| 114 |
@dataclass
|
| 115 |
class Tok:
|
| 116 |
index: int
|