# HG changeset patch # User Marcin Kuzminski # Date 2013-06-18 14:20:28 # Node ID 7c0eff86b24985f38ab4f44d0a8ca77942493ad8 # Parent d9a73bfc41070a975c20ae8a6eadf5f4012537b2 fixed typo diff --git a/rhodecode/lib/utils2.py b/rhodecode/lib/utils2.py --- a/rhodecode/lib/utils2.py +++ b/rhodecode/lib/utils2.py @@ -645,7 +645,7 @@ def suuid(url=None, truncate_to=22, alph def get_current_rhodecode_user(): """ - Get's rhodecode user from threadlocal tmpl_context variable if it's + Gets rhodecode user from threadlocal tmpl_context variable if it's defined, else returns None. """ from pylons import tmpl_context