From 210f8958ce4e89f56873dce792d3147735bd4bc3 Mon Sep 17 00:00:00 2001 From: naa <44613678+naa7@users.noreply.github.com> Date: Thu, 27 Apr 2023 23:51:52 -0400 Subject: updated README.md A print statement to add a newline after iterating through the loop --- theb/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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("") +``` -- cgit v1.2.3