mebubo commited on
Commit
dc63063
·
1 Parent(s): 127f73e

Specify language for a code block

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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