mirror of
https://git.centos.org/centos/centpkg.git
synced 2025-02-23 16:22:55 +00:00
Correct a few minor typos in docstrings
Signed-off-by: Merlin Mathesius <mmathesi@redhat.com>
This commit is contained in:
parent
bb525ad895
commit
1222633bb4
1 changed files with 4 additions and 4 deletions
|
@ -70,7 +70,7 @@ class StreamLookasideCache(CGILookasideCache):
|
||||||
|
|
||||||
This method inherits the behavior of its parent class from pyrpkg.
|
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.
|
it is a scm url.
|
||||||
|
|
||||||
Parameters
|
Parameters
|
||||||
|
@ -100,7 +100,7 @@ class StreamLookasideCache(CGILookasideCache):
|
||||||
|
|
||||||
This method inherits the behavior of its parent class from pyrpkg.
|
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.
|
it is a scm url.
|
||||||
|
|
||||||
Parameters
|
Parameters
|
||||||
|
@ -117,7 +117,7 @@ class StreamLookasideCache(CGILookasideCache):
|
||||||
Raises
|
Raises
|
||||||
------
|
------
|
||||||
pyrpkg.errors.rpkgError
|
pyrpkg.errors.rpkgError
|
||||||
Raises specialized classes that inherits from pyrokg base errors.
|
Raises specialized classes that inherits from pyrpkg base errors.
|
||||||
|
|
||||||
Returns
|
Returns
|
||||||
-------
|
-------
|
||||||
|
@ -135,7 +135,7 @@ class StreamLookasideCache(CGILookasideCache):
|
||||||
|
|
||||||
This method inherits the behavior of its parent class from pyrpkg.
|
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.
|
it is a scm url.
|
||||||
|
|
||||||
Parameters
|
Parameters
|
||||||
|
|
Loading…
Add table
Reference in a new issue