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 e38a5bc

Browse filesBrowse files
committed
flake8 #16501
1 parent a69db44 commit e38a5bc
Copy full SHA for e38a5bc

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Collapse file

‎lib/matplotlib/tests/test_subplots.py‎

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_subplots.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ def test_dont_mutate_kwargs():
176176

177177

178178
def test_subplot_theta_min_max_raise():
179-
with pytest.raises(ValueError, match='The angle range must be<= 360 degrees'):
179+
with pytest.raises(ValueError, match='The angle range ' +
180+
'must be<= 360 degrees'):
180181
ax = plt.subplot(111, projection='polar')
181182
ax.set_thetalim(thetamin=800, thetamax=400)
182183

0 commit comments

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