瀏覽代碼

Fixed malformed directive in CBV date-based-mixins docs.

Carl Meyer 11 年之前
父節點
當前提交
8a4f5de4b6
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      docs/ref/class-based-views/mixins-date-based.txt

+ 1 - 0
docs/ref/class-based-views/mixins-date-based.txt

@@ -5,6 +5,7 @@ Date-based mixins
 .. currentmodule:: django.views.generic.dates
 
 .. note::
+
     All the date formatting attributes in these mixins use
     :func:`~time.strftime` format characters. Do not try to use the format
     characters from the :ttag:`now` template tag as they are not compatible.