diff --git a/PyPDFForm/constants.py b/PyPDFForm/constants.py index b62970ab..ddfe24fb 100644 --- a/PyPDFForm/constants.py +++ b/PyPDFForm/constants.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -"""Contains constants for middleware layer.""" +"""Contains library constants.""" from typing import Union diff --git a/PyPDFForm/template.py b/PyPDFForm/template.py index c85c89e9..d9f7a01c 100644 --- a/PyPDFForm/template.py +++ b/PyPDFForm/template.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -"""Contains helpers for template middleware.""" +"""Contains helpers for generic template related processing.""" from typing import Dict, List, Tuple, Union