소스 검색

Fixed intword example in docs/ref/contrib/humanize.txt.

Jon Dufresne 5 년 전
부모
커밋
175656e166
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/ref/contrib/humanize.txt

+ 1 - 1
docs/ref/contrib/humanize.txt

@@ -71,7 +71,7 @@ Values up to 10^100 (Googol) are supported.
 e.g. with the ``'de'`` language:
 
 * ``1000000`` becomes ``'1,0 Million'``.
-* ``1200000`` becomes ``'1,2 Million'``.
+* ``1200000`` becomes ``'1,2 Millionen'``.
 * ``1200000000`` becomes ``'1,2 Milliarden'``.
 
 .. templatefilter:: naturalday