From 1222633bb45a595c1812af2a6b861c7ed9e441bc Mon Sep 17 00:00:00 2001 From: Merlin Mathesius Date: Jun 08 2021 19:25:10 +0000 Subject: Correct a few minor typos in docstrings Signed-off-by: Merlin Mathesius --- diff --git a/src/centpkg/lookaside.py b/src/centpkg/lookaside.py index b855e2f..04735e5 100644 --- a/src/centpkg/lookaside.py +++ b/src/centpkg/lookaside.py @@ -70,7 +70,7 @@ class StreamLookasideCache(CGILookasideCache): This method inherits the behavior of its parent class from pyrpkg. - It uses the internal `utils.get_repo_name` mehtod to parse the name in case + It uses the internal `utils.get_repo_name` method to parse the name in case it is a scm url. Parameters @@ -100,7 +100,7 @@ class StreamLookasideCache(CGILookasideCache): This method inherits the behavior of its parent class from pyrpkg. - It uses the internal `utils.get_repo_name` mehtod to parse the name in case + It uses the internal `utils.get_repo_name` method to parse the name in case it is a scm url. Parameters @@ -117,7 +117,7 @@ class StreamLookasideCache(CGILookasideCache): Raises ------ pyrpkg.errors.rpkgError - Raises specialized classes that inherits from pyrokg base errors. + Raises specialized classes that inherits from pyrpkg base errors. Returns ------- @@ -135,7 +135,7 @@ class StreamLookasideCache(CGILookasideCache): This method inherits the behavior of its parent class from pyrpkg. - It uses the internal `utils.get_repo_name` mehtod to parse the name in case + It uses the internal `utils.get_repo_name` method to parse the name in case it is a scm url. Parameters