8000 Merge branch 'text-box-widget' of https://github.com/QuadmasterXLII/m… · matplotlib/matplotlib@62b876f · GitHub
[go: up one dir, main page]

Skip to content

Commit 62b876f

Browse files
committed
Merge branch 'text-box-widget' of https://github.com/QuadmasterXLII/matplotlib into text-box-widget
* 'text-box-widget' of https://github.com/QuadmasterXLII/matplotlib: removed w accidentally added to the first line Removed a newline that was accidentally commited
2 parents 176f993 + fa19aff commit 62b876f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

doc/users/whats_new.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
w.. _whats-new:
1+
.. _whats-new:
22

33
************************
44
What's new in matplotlib

lib/matplotlib/widgets.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1161,7 +1161,6 @@ def funchspace(self, val):
11611161
self.targetfig.canvas.draw()
11621162

11631163

1164-
11651164
class Cursor(AxesWidget):
11661165
"""
11671166
A horizontal and vertical line span the axes that and move with

0 commit comments

Comments
 (0)
0