From 5ffbf97ffc0121050aedb2919d168e0895be87f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Mon, 18 Feb 2019 14:06:08 +0100 Subject: [PATCH] Open function --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8e3f6e..0dfe676 100644 --- a/README.md +++ b/README.md @@ -894,8 +894,8 @@ while True: * **`'w+'` - Read and write (truncate).** * **`'r+'` - Read and write from the beginning.** * **`'a+'` - Read and write from the end.** -* **`'b'` - Binary mode.** * **`'t'` - Text mode (default).** +* **`'b'` - Binary mode.** #### Read Text from File: ```python