dbernsohn commited on
Commit
6966ace
1 Parent(s): bd56a33

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -23,7 +23,7 @@ fill_mask = pipeline(
23
 
24
  You can then use this model to fill masked words in a Java code.
25
 
26
- ```go
27
  code = """
28
  package main
29
 
 
23
 
24
  You can then use this model to fill masked words in a Java code.
25
 
26
+ ```python
27
  code = """
28
  package main
29