Skip to content

Commit

Permalink
PEP8/DOC : removed a single trailing space + CHANGELOG
Browse files Browse the repository at this point in the history
 - removed a single trailing space
 - Added CHANGELOG entry for the 'origin' kwarg for `spy`
  • Loading branch information
tacaswell committed May 18, 2014
1 parent 476ba2a commit 0307662
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
2014-02-28 Added 'origin' kwarg to `spy`

2014-27-02 Implemented separate horizontal/vertical axes padding to the
ImageGrid in the AxesGrid toolkit

Expand Down
4 changes: 2 additions & 2 deletions lib/matplotlib/axes/_axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -6600,8 +6600,8 @@ def spy(self, Z, precision=0, marker=None, markersize=None,
* *cmap*
* *alpha*
See also
---------
See also
--------
imshow : for image options.
plot : for plotting options
"""
Expand Down

0 comments on commit 0307662

Please sign in to comment.