summaryrefslogtreecommitdiffstats
path: root/theb/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'theb/README.md')
-rw-r--r--theb/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/theb/README.md b/theb/README.md
index 982c34a1..ca978fce 100644
--- a/theb/README.md
+++ b/theb/README.md
@@ -8,4 +8,5 @@ import theb
# simple streaming completion
for token in theb.Completion.create('hello world'):
print(token, end='', flush=True)
-``` \ No newline at end of file
+print("")
+```