فهرست منبع

Fix typo in task docs

Adrian 10 سال پیش
والد
کامیت
2254b115be
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      docs/userguide/tasks.rst

+ 1 - 1
docs/userguide/tasks.rst

@@ -1511,7 +1511,7 @@ depending on state from the current transaction*:
 
 
 .. note::
 .. note::
     Django 1.6 (and later) now enables autocommit mode by default,
     Django 1.6 (and later) now enables autocommit mode by default,
-    and ``commit_on_success``/``commit_manually`` are depreacated.
+    and ``commit_on_success``/``commit_manually`` are deprecated.
 
 
     This means each SQL query is wrapped and executed in individual
     This means each SQL query is wrapped and executed in individual
     transactions, making it less likely to experience the
     transactions, making it less likely to experience the