From cdc141cef6370def0886caecf5c0cb9c2d5aceac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Wed, 30 Jan 2019 09:46:14 +0100 Subject: [PATCH] System --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ae18fb..3039872 100644 --- a/README.md +++ b/README.md @@ -809,7 +809,7 @@ arguments = sys.argv[1:] ### Print Function ```python -print(, , ..., sep=' ', end='\n', file=sys.stdout, flush=False) +print(, ..., sep=' ', end='\n', file=sys.stdout, flush=False) ``` * **Use `'file=sys.stderr'` for errors.**