瀏覽代碼

Typo in i18n docs.

Ramiro Morales 12 年之前
父節點
當前提交
112c6e987d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/topics/i18n/translation.txt

+ 1 - 1
docs/topics/i18n/translation.txt

@@ -353,7 +353,7 @@ It is recommended to always provide explicit
 :attr:`~django.db.models.Options.verbose_name` and
 :attr:`~django.db.models.Options.verbose_name_plural` options rather than
 relying on the fallback English-centric and somewhat naïve determination of
-verbose names Django performs bu looking at the model's class name::
+verbose names Django performs by looking at the model's class name::
 
     from django.utils.translation import ugettext_lazy as _