From 16037f10fada1d5ac81735a0993e275d26634d25 Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Sun, 12 Apr 2020 23:50:04 -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 19a0c240..9fd87511 100644 --- a/README.md +++ b/README.md @@ -1015,7 +1015,7 @@ Returns a [FolderInfo](#FolderInfo) object representing the albums parent folder ### FolderInfo -PhotosDB.folders returns a list of FolderInfo objects representing the top level folders in the library. Each FolderInfo object represents a single folder in the Photos library. +PhotosDB.folder_info returns a list of FolderInfo objects representing the top level folders in the library. Each FolderInfo object represents a single folder in the Photos library. #### `uuid` Returns the universally unique identifier (uuid) of the folder. This is how Photos keeps track of individual objects within the database.