From a9565be577e8cb8d0ce0adc734ed01f339251005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Mon, 18 Mar 2019 06:23:08 +0100 Subject: [PATCH] File --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81cdeb6..97e6033 100644 --- a/README.md +++ b/README.md @@ -1085,8 +1085,8 @@ Open ``` ```python -write() # Writes a string or bytes object. -writelines() # Writes a list of strings or bytes objects. +.write() # Writes a string or bytes object. +.writelines() # Writes a list of strings or bytes objects. ``` ### Read Text from File