Revised the documentation of the "accounting.account.queries", "accounting.base_account.queries", "accounting.currency.queries", and "accounting.transaction.queries" modules.

This commit is contained in:
依瑪貓 2023-03-03 23:09:20 +08:00
parent cc958a39b3
commit 8cf81b5459
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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