From 9b13d1e00b82835f4521099dd5af42837066bc63 Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Sun, 16 Aug 2020 23:03:00 -0700 Subject: [PATCH] Updated README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8624009..bd87608e 100644 --- a/README.md +++ b/README.md @@ -1428,8 +1428,8 @@ PhotosDB.import_info returns a list of ImportInfo objects. Each ImportInfo obje #### `uuid` Returns the universally unique identifier (uuid) of the import session. This is how Photos keeps track of individual objects within the database. -#### `photos` -Returns a list of [PhotoInfo](#PhotoInfo) objects representing each photo contained in the album sorted in the same order as in Photos. (e.g. if photos were manually sorted in the Photos albums, photos returned by `photos` will be in same order as they appear in the Photos album) +#### `photos` +Returns a list of [PhotoInfo](#PhotoInfo) objects representing each photo contained in the import session. #### `creation_date` Returns the creation date as a timezone aware datetime.datetime object of the import session.