Преглед на файлове

Fixed a typo in the markup.

Ask Solem преди 15 години
родител
ревизия
4cc1245e54
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/userguide/executing.rst

+ 1 - 1
docs/userguide/executing.rst

@@ -2,7 +2,7 @@
  Executing Tasks
 =================
 
-Executing tasks is done with ``apply_async``, and it's shortcut ``delay`.
+Executing tasks is done with ``apply_async``, and it's shortcut ``delay``.
 
 ``delay`` is simple and convenient, as it looks like calling a regular
 function: