Skip to content

Commit 702d42b

Browse files
committed
Change documented "Optional" ScaleBase method to "Required"
This is required, as the base class method raises NotImplementedError, so being documented as "Optional" is misleading.
1 parent c47de0e commit 702d42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/scale.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ class ScaleBase(object):
2525
2626
- :attr:`name`
2727
- :meth:`get_transform`
28+
- :meth:`set_default_locators_and_formatters`
2829
2930
And optionally:
30-
- :meth:`set_default_locators_and_formatters`
3131
- :meth:`limit_range_for_scale`
3232
"""
3333
def get_transform(self):

0 commit comments

Comments
 (0)