Skip to content

Commit fe776b6

Browse files
committed
fix footnote syntax
1 parent 7b517de commit fe776b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

objmodel/objmodel.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ The ``__get__`` method is called on the ``FahrenheitGetter`` instance after that
729729
has been looked up in the class of ``obj``. The arguments to ``__get__`` are the
730730
instance where the lookup was done[^secondarg].
731731

732-
[^secondarg] In Python the second argument is the class where the attribute was
732+
[^secondarg]: In Python the second argument is the class where the attribute was
733733
found, though we will ignore that here.
734734

735735
Implementing this behaviour is easy. We simply need to change ``_is_bindable``

0 commit comments

Comments
 (0)