Sentdex commited on
Commit
09b0dbe
1 Parent(s): bdf6b6e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -27,5 +27,7 @@ print(converted)
27
  ```
28
 
29
  This should give you something like:
 
30
  `def do_something():<N> print("Hello")<N>`
 
31
  ...which is what the model is expecting as input.
 
27
  ```
28
 
29
  This should give you something like:
30
+
31
  `def do_something():<N> print("Hello")<N>`
32
+
33
  ...which is what the model is expecting as input.