From a4b7f674856cf39ef52c113f886a2535468c73ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Wed, 30 Jan 2019 10:11:02 +0100 Subject: [PATCH] System --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c7cac91..0667c85 100644 --- a/README.md +++ b/README.md @@ -813,7 +813,6 @@ print(, ..., sep=' ', end='\n', file=sys.stdout, flush=False) ``` * **Use `'file=sys.stderr'` for errors.** -* **Use `'flush=Ture'` to forcibly flush the stream.** #### Pretty print: ```python