From e17334034977aced3c79aceb6a06efb1e0b41af4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= <sornjure@gmail.com> Date: Mon, 18 Mar 2019 20:24:17 +0100 Subject: [PATCH] File --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09fa826..04abcc9 100644 --- a/README.md +++ b/README.md @@ -1088,7 +1088,7 @@ Open <file>.write(<str/bytes>) # Writes a string or bytes object. <file>.writelines(<list>) # Writes a list of strings or bytes objects. ``` -* **No method adds or strips trailing newlines.** +* **Methods do not add or strip trailing newlines.** * **Changes are not written until file gets closed.** ### Read Text from File