From e40ecc45ad1f7e2ad86682d384bbcb4e61eb8e93 Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Sun, 18 Jul 2021 07:57:34 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1374220b..68a01abb 100644 --- a/README.md +++ b/README.md @@ -2551,7 +2551,7 @@ Returns the absolute path to the edited photo on disk as a string. If the photo **Note**: will also return None if the edited photo is missing on disk. #### `path_derivatives` -Returns list of paths to any derivative preview images associated with the photo. The list of returned paths is sorted in descieding order by size (the largest, presumably highest quality) preview image will be the first element in the returned list. These will be named something like this on Photos 5+: +Returns list of paths to any derivative preview images associated with the photo. The list of returned paths is sorted in descending order by size (the largest, presumably highest quality) preview image will be the first element in the returned list. These will be named something like this on Photos 5+: - `F19E06B8-A712-4B5C-907A-C007D37BDA16_1_101_o.jpeg` - `F19E06B8-A712-4B5C-907A-C007D37BDA16_1_102_o.jpeg`