From 5b891e06cf34489356fa05cb1a1d622cf7e2b225 Mon Sep 17 00:00:00 2001 From: Milan Kolar Date: Tue, 10 Nov 2020 01:07:11 +0100 Subject: [PATCH] typo in dosctring --- pype/lib/path_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pype/lib/path_tools.py b/pype/lib/path_tools.py index c56f4c8974..11fc3bf8a6 100644 --- a/pype/lib/path_tools.py +++ b/pype/lib/path_tools.py @@ -117,7 +117,7 @@ def version_up(filepath): def get_version_from_path(file): - """Find version number in file path string.s + """Find version number in file path string. Args: file (string): file path