From 315ba59184c44332743a288a9cdc7479b6552052 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Mon, 18 Mar 2019 20:34:56 +0100 Subject: [PATCH] File --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04abcc9..ec3b802 100644 --- a/README.md +++ b/README.md @@ -1144,7 +1144,7 @@ cwd = Path() ```python = str() # Returns path as a string. = .parts # Returns all components as strings. - = .resolve() # Returns absolute path without symlinks. + = .resolve() # Returns absolute Path without symlinks. ``` ```python