Skip to content

Commit e3037cb

Browse files
Fix tabs
1 parent 2751f81 commit e3037cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/cbook/deprecation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def finalize(wrapper, new_doc):
176176
obj.__doc__ = new_doc
177177
except (AttributeError, TypeError):
178178
pass # cls.__doc__ is not writeable on Py2.
179-
#TypeError occurs on PyPy
179+
#TypeError occurs on PyPy
180180
obj.__init__ = wrapper
181181
return obj
182182
else:

0 commit comments

Comments
 (0)