Correct a few minor typos in docstrings

Signed-off-by: Merlin Mathesius <mmathesi@redhat.com>
This commit is contained in:
Merlin Mathesius 2021-05-25 09:30:50 -05:00 committed by carlwgeorge
parent bb525ad895
commit 1222633bb4

View file

@ -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