diff --git a/src/ormWP/models/adm1.py b/src/ormWP/models/adm1.py index 6df9521..a8ec496 100644 --- a/src/ormWP/models/adm1.py +++ b/src/ormWP/models/adm1.py @@ -11,16 +11,16 @@ class Adm1(Document): name: str Name of the adm1. required. ext_id: str - External identifier for the accession. Mandatory and unique. + External identifier for the Adm1. Mandatory and unique. traced: array array with created time, updated and a active Methods: ------- save() - Saves the Accession object to the database. + Saves the Adm1 object to the database. delete() - Deletes the Accession object from the database. + Deletes the Adm1 object from the database. """ meta = { diff --git a/src/ormWP/models/adm2.py b/src/ormWP/models/adm2.py index 8e7b7d2..e5350bf 100644 --- a/src/ormWP/models/adm2.py +++ b/src/ormWP/models/adm2.py @@ -19,9 +19,9 @@ class Adm2(Document): Methods: ------- save() - Saves the Country object to the database. + Saves the Adm2 object to the database. delete() - Deletes the Country object from the database. + Deletes the Adm2 object from the database. """ meta = { diff --git a/src/ormWP/models/adm3.py b/src/ormWP/models/adm3.py index 3f3c138..728271e 100644 --- a/src/ormWP/models/adm3.py +++ b/src/ormWP/models/adm3.py @@ -21,9 +21,9 @@ class Adm3(Document): Methods: ------- save() - Saves the Crop object to the database. + Saves the Adm3 object to the database. delete() - Deletes the Crop object from the database. + Deletes the Adm3 object from the database. """ meta = {