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