diff --git a/src/accounting/account/queries.py b/src/accounting/account/queries.py index bb0cf3f..871ec7c 100644 --- a/src/accounting/account/queries.py +++ b/src/accounting/account/queries.py @@ -14,7 +14,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -"""The account queries. +"""The queries for the account management. """ import sqlalchemy as sa diff --git a/src/accounting/base_account/queries.py b/src/accounting/base_account/queries.py index 7df91f5..9628cc9 100644 --- a/src/accounting/base_account/queries.py +++ b/src/accounting/base_account/queries.py @@ -14,7 +14,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -"""The base account queries. +"""The queries for the base account management. """ import sqlalchemy as sa diff --git a/src/accounting/currency/queries.py b/src/accounting/currency/queries.py index 7bf0c9e..4da9bc9 100644 --- a/src/accounting/currency/queries.py +++ b/src/accounting/currency/queries.py @@ -14,7 +14,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -"""The currency queries. +"""The queries for the currency management. """ import sqlalchemy as sa diff --git a/src/accounting/transaction/queries.py b/src/accounting/transaction/queries.py index a231d5a..52f62ab 100644 --- a/src/accounting/transaction/queries.py +++ b/src/accounting/transaction/queries.py @@ -14,7 +14,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -"""The transaction queries. +"""The queries for the transaction management. """ from datetime import datetime