1 parent 7b517de commit fe776b6Copy full SHA for fe776b6
1 file changed
objmodel/objmodel.markdown
@@ -729,7 +729,7 @@ The ``__get__`` method is called on the ``FahrenheitGetter`` instance after that
729
has been looked up in the class of ``obj``. The arguments to ``__get__`` are the
730
instance where the lookup was done[^secondarg].
731
732
-[^secondarg] In Python the second argument is the class where the attribute was
+[^secondarg]: In Python the second argument is the class where the attribute was
733
found, though we will ignore that here.
734
735
Implementing this behaviour is easy. We simply need to change ``_is_bindable``
0 commit comments