Browse Source

Cosmetics

Ask Solem 10 years ago
parent
commit
2fddb876e1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/celery.rst

+ 2 - 2
docs/reference/celery.rst

@@ -298,12 +298,12 @@ and creating Celery applications.
 
     .. attribute:: Celery.AsyncResult
 
-        Create new result instance. See :class:`~celery.result.AsyncResult`.
+        Create new result instance. See :class:`celery.result.AsyncResult`.
 
     .. attribute:: Celery.GroupResult
 
         Create new group result instance.
-        See :class:`~celery.result.GroupResult`.
+        See :class:`celery.result.GroupResult`.
 
     .. method:: Celery.worker_main(argv=None)