From 048e803d1400bbe8101914caef5be13d7dad25f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Mon, 18 Feb 2019 15:56:39 +0100 Subject: [PATCH] Pathlib --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e15623..31c196e 100644 --- a/README.md +++ b/README.md @@ -978,9 +978,9 @@ pwd = Path() ``` ```python - = .resolve() # Makes path absolute. = str() # Returns path as string. = .parts # Returns all components as strings. + = .resolve() # Makes path absolute. ``` ```python