Commit 1602c14e authored by gabrieldemarmiesse's avatar gabrieldemarmiesse

Fixed the formatting of a note in special_methods.rst.

parent 2f3ee7ad
......@@ -9,7 +9,9 @@ bottom. Some of these methods behave differently from their Python
counterparts or have no direct Python counterparts, and require special
mention.
.. Note: Everything said on this page applies only to extension types, defined
.. Note::
Everything said on this page applies only to extension types, defined
with the :keyword:`cdef class` statement. It doesn't apply to classes defined with the
Python :keyword:`class` statement, where the normal Python rules apply.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment