Skip to content

Commit

Permalink
PPF-438: fix docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
chinapandaman committed Feb 17, 2024
1 parent 4b7e21b commit 19062e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PyPDFForm/constants.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
"""Contains constants for middleware layer."""
"""Contains library constants."""

from typing import Union

Expand Down
2 changes: 1 addition & 1 deletion PyPDFForm/template.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 19062e7

Please sign in to comment.