From 2e9bf382fb3bdcd1d87a40cb838e41d4826b0e1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Tue, 28 Feb 2023 09:31:46 +0800 Subject: [PATCH] Revised the documentation of the "accounting.transaction.dispatcher" module. --- src/accounting/transaction/dispatcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/accounting/transaction/dispatcher.py b/src/accounting/transaction/dispatcher.py index 721df6b..dbcea70 100644 --- a/src/accounting/transaction/dispatcher.py +++ b/src/accounting/transaction/dispatcher.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 type dispatcher. +"""The view dispatcher for different transaction types. """ import typing as t