Fixed shortuuid docs

This commit is contained in:
Rhet Turnbull
2022-05-28 23:14:05 -07:00
parent 75568269bb
commit 203dccb39f
9 changed files with 9 additions and 9 deletions

Binary file not shown.

View File

@@ -142,7 +142,7 @@ TEMPLATE_SUBSTITUTIONS = {
"{moment}": "The moment title of the photo",
"{uuid}": "Photo's internal universally unique identifier (UUID) for the photo, a 36-character string unique to the photo, e.g. '128FB4C6-0B16-4E7D-9108-FB2E90DA1546'",
"{shortuuid}": "A shorter representation of photo's internal universally unique identifier (UUID) for the photo, "
+ "a 20-character string unique to the photo, e.g. 'JYsxugP9UjetmCbBCHXcmu'",
+ "a 22-character string unique to the photo, e.g. 'JYsxugP9UjetmCbBCHXcmu'",
"{id}": "A unique number for the photo based on its primary key in the Photos database. "
+ "A sequential integer, e.g. 1, 2, 3...etc. Each asset associated with a photo (e.g. an image and Live Photo preview) will share the same id. "
+ "May be formatted using a python string format code. "