From 757aefc12b79bac1bab730ac465fbfd3f810b61d Mon Sep 17 00:00:00 2001 From: Alasdair Nicol Date: Fri, 17 Mar 2017 00:33:59 +0000 Subject: Removed self from method signatures in docs. --- docs/ref/forms/widgets.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/forms') diff --git a/docs/ref/forms/widgets.txt b/docs/ref/forms/widgets.txt index e4630a468b..219a6b7f23 100644 --- a/docs/ref/forms/widgets.txt +++ b/docs/ref/forms/widgets.txt @@ -258,7 +258,7 @@ foundation for custom widgets. ``Widget`` subclasses can provide custom context values by overriding this method. - .. method:: id_for_label(self, id_) + .. method:: id_for_label(id_) Returns the HTML ID attribute of this widget for use by a ``