소스 검색

Fixed typo in docs/ref/forms/widgets.txt.

Brad Solomon 4 년 전
부모
커밋
f9cfd346f0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/ref/forms/widgets.txt

+ 1 - 1
docs/ref/forms/widgets.txt

@@ -408,7 +408,7 @@ foundation for custom widgets.
     .. method:: get_context(name, value, attrs)
 
         In addition to the ``'widget'`` key described in
-        :meth:`Widget.get_context`, ``MultiValueWidget`` adds a
+        :meth:`Widget.get_context`, ``MultiWidget`` adds a
         ``widget['subwidgets']`` key.
 
         These can be looped over in the widget template: