Explorar o código

Add strings in weak quotes

Ask Solem %!s(int64=16) %!d(string=hai) anos
pai
achega
b589feb587
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      celery/backends/__init__.py

+ 2 - 2
celery/backends/__init__.py

@@ -11,8 +11,8 @@ def get_backend_cls(backend):
     """Get backend class by name.
 
     If the name does not include "``.``" (is not fully qualified),
-    ``celery.backends.`` will be prepended to the name. e.g.
-    ``database`` becomes ``celery.backends.database``.
+    ``"celery.backends."`` will be prepended to the name. e.g.
+    ``"database"`` becomes ``"celery.backends.database"``.
 
     """
     if backend.find(".") == -1: