From f0235e9c1167923d664b78465d4c060aed7b7339 Mon Sep 17 00:00:00 2001 From: Bryan Gurney Date: Tue, 26 Sep 2023 15:34:03 -0400 Subject: [PATCH] Fix misspellings Signed-off-by: Bryan Gurney --- README.rst | 4 ++-- src/dbus_client_gen/_managed_objects.py | 2 +- tests/test_deterministic.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 6b78775..baa5425 100644 --- a/README.rst +++ b/README.rst @@ -36,9 +36,9 @@ This library exports the exception type DbusClientError and all its subtypes. It constitutes a bug if an error of any other type is propagated during class generation or when the methods of the class are executed. -The following shows the error heirarchy. Entries after the dash indicate +The following shows the error hierarchy. Entries after the dash indicate additional fields beyond the message which the exception contains. Only leaves -of the error class heirarchy are constructed directly. +of the error class hierarchy are constructed directly. DbusClientError diff --git a/src/dbus_client_gen/_managed_objects.py b/src/dbus_client_gen/_managed_objects.py index 849a703..9e3a86a 100644 --- a/src/dbus_client_gen/_managed_objects.py +++ b/src/dbus_client_gen/_managed_objects.py @@ -95,7 +95,7 @@ def builder(namespace): def __init__(self, table): """ - The initalizer for this class. + The initializer for this class. :raises: DbusClientMissingInterfaceError """ diff --git a/tests/test_deterministic.py b/tests/test_deterministic.py index 73e32a1..272ee4d 100644 --- a/tests/test_deterministic.py +++ b/tests/test_deterministic.py @@ -36,7 +36,7 @@ def test_malformed_data(self): def test_unique_match(self): """ - Test succesful unique match. + Test successful unique match. """ query = GMOQuery( "interface_name", {"prop_name": "prop_value"}