From ab931f5034e48b3f6bbcf20d5e831e0efcfe4092 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Mon, 28 Jan 2019 04:09:44 +0100 Subject: [PATCH] Small titles --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bac4a5..bb99e80 100644 --- a/README.md +++ b/README.md @@ -742,7 +742,7 @@ b'.\n..\nfile1.txt\nfile2.txt\n' ``` ### Input -**Reads a line from user input or pipe if present. The trailing newline gets stripped.** +#### Reads a line from user input or pipe if present. The trailing newline gets stripped: ```python filename = input('Enter a file name: ')