#46 Correct a few minor typos in docstrings
Merged 2 years ago by carlwgeorge. Opened 2 years ago by merlinm.
centos/ merlinm/centpkg docstring-fixes  into  develop

file modified
+4 -4
@@ -70,7 +70,7 @@ 

  

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

  

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

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

  

          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

I just happened to notice these typos...

rebased onto 1222633

2 years ago

rebased onto 1222633

2 years ago

Pull-Request has been merged by carlwgeorge

2 years ago
Metadata