diff rhodecode/model/repo.py @ 4089:a5888ca796b5

Fixed spelling of get's to gets
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 16 Jul 2013 21:54:28 +0200
parents 727d2a45ec10
children ffd45b185016
line wrap: on
line diff
--- a/rhodecode/model/repo.py	Tue Jul 16 21:41:03 2013 +0200
+++ b/rhodecode/model/repo.py	Tue Jul 16 21:54:28 2013 +0200
@@ -83,7 +83,7 @@
     @LazyProperty
     def repos_path(self):
         """
-        Get's the repositories root path from database
+        Gets the repositories root path from database
         """
 
         q = self.sa.query(RhodeCodeUi).filter(RhodeCodeUi.ui_key == '/').one()
@@ -112,7 +112,7 @@
 
     def get_all_user_repos(self, user):
         """
-        Get's all repositories that user have at least read access
+        Gets all repositories that user have at least read access
 
         :param user:
         """
@@ -250,7 +250,7 @@
 
     def _get_defaults(self, repo_name):
         """
-        Get's information about repository, and returns a dict for
+        Gets information about repository, and returns a dict for
         usage in forms
 
         :param repo_name: