瀏覽代碼

Fixed typo in docs/topics/db/managers.txt

Greg Brown 10 年之前
父節點
當前提交
9e8658db51
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/topics/db/managers.txt

+ 1 - 1
docs/topics/db/managers.txt

@@ -290,7 +290,7 @@ from_queryset
 
 .. classmethod:: from_queryset(queryset_class)
 
-For advance usage you might want both a custom ``Manager`` and a custom
+For advanced usage you might want both a custom ``Manager`` and a custom
 ``QuerySet``. You can do that by calling ``Manager.from_queryset()`` which
 returns a *subclass* of your base ``Manager`` with a copy of the custom
 ``QuerySet`` methods::