Skip to content

Commit 6a6c35a

Browse files
[STYLE] Fixed some typos
1 parent 83f76d4 commit 6a6c35a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ def _should_get_package_version_WHEN_valid(self):
940940
This helper method imports the package and extracts the __version__ attribute.
941941
942942
Returns:
943-
packaging.version.Version -- A validated version object from the __version__ attrbute.
943+
packaging.version.Version -- A validated version object from the __version__ attribute.
944944
Raises:
945945
AssertionError -- If the version string is invalid or cannot be retrieved.
946946
ImportError -- If the multicast package cannot be imported.

tests/test_usage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ def test_invalid_Error_WHEN_cli_called_GIVEN_bad_input(self):
859859
err = None
860860
del err # skipcq - cleanup any error leaks early
861861
theResult = False
862-
self.assertTrue(theResult, str("""Could Not handle negitive inputs"""))
862+
self.assertTrue(theResult, str("""Could Not handle negative inputs"""))
863863

864864

865865
if __name__ == '__main__':

0 commit comments

Comments
 (0)