Explorar o código

typo / finished sentence in comment

roderick %!s(int64=10) %!d(string=hai) anos
pai
achega
6188b92290
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      celery/loaders/base.py

+ 1 - 1
celery/loaders/base.py

@@ -153,7 +153,7 @@ class BaseLoader(object):
             return symbol_by_name(path, imp=imp)
 
         # Not sure if path is just a module name or if it includes an
-        # attribute name (e.g. ``os.path``, vs, ``os.path.abspath``
+        # attribute name (e.g. ``os.path``, vs, ``os.path.abspath``).
         try:
             return imp(path)
         except ImportError: