From 71451cf39216bb8b74f4361dc5113b78ef0ebd21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Mon, 18 Feb 2019 15:47:21 +0100 Subject: [PATCH] Pathlib --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d933f5..e304ded 100644 --- a/README.md +++ b/README.md @@ -978,8 +978,8 @@ pwd = Path() ```python = .glob('') # Returns all matches. - = .resolve() # Makes path absolute. = .open() # Opens file. + = .resolve() # Makes path absolute. ``` ```python