From a7d9f723721598d19300d58fd179cc7b0a3fbf5e Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Sat, 23 Nov 2019 19:06:52 -0800 Subject: [PATCH] Updated doc string --- osxphotos/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osxphotos/__init__.py b/osxphotos/__init__.py index 6a03682c..3abab558 100644 --- a/osxphotos/__init__.py +++ b/osxphotos/__init__.py @@ -1103,7 +1103,7 @@ class PhotoInfo: return self.__info["imageTimeZoneOffsetSeconds"] def path(self): - """ path on disk of the picture """ + """ absolute path on disk of the picture """ photopath = "" if self.__db._db_version < _PHOTOS_5_VERSION: