Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2751f81

Browse filesBrowse files
Fix comment line being too long
1 parent 56f92e4 commit 2751f81
Copy full SHA for 2751f81

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎lib/matplotlib/cbook/deprecation.py

Copy file name to clipboardExpand all lines: lib/matplotlib/cbook/deprecation.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,8 @@ def finalize(wrapper, new_doc):
175175
try:
176176
obj.__doc__ = new_doc
177177
except (AttributeError, TypeError):
178-
pass # cls.__doc__ is not writeable on Py2. TypeError occurs on PyPy
178+
pass # cls.__doc__ is not writeable on Py2.
179+
#TypeError occurs on PyPy
179180
obj.__init__ = wrapper
180181
return obj
181182
else:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.