Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 451b648

Browse files
committed
Fix typos. Remove redundant paragraph.
svn path=/trunk/matplotlib/; revision=4814
1 parent 5a90a45 commit 451b648

1 file changed

Lines changed: 4 additions & 12 deletions

File tree

MIGRATION.txt

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Michael Droettboom has spent the last several months working on the
55
"transforms branch" of matplotlib, in which he rewrote from the ground
66
up the transformation infrastructure in matplotlib, which many found
77
unintuitive and hard to extend. In addition to a cleaner code base,
8-
the refactoring allows you to define your own trasformations and
9-
projections (eg map projections) within matplotlib. He has merged his
8+
the refactoring allows you to define your own transformations and
9+
projections (e.g. map projections) within matplotlib. He has merged his
1010
work into the HEAD of the svn trunk, and this will be the basis for
1111
future matplotlib releases.
1212

@@ -19,15 +19,7 @@ new code base so we can find and fix the remaining problems. We have
1919
take the svn code used in the last stable release in the 0.91 series,
2020
and made it a maintenance branch so we can still fix bugs and support
2121
people who are not ready to migrate to the new transformation
22-
infrastructure but nonetheless need acccess to svn bug fixes.
23-
24-
The experimental transforms refactoring changes have been merged into
25-
SVN trunk. While this version is passing all examples and unit tests,
26-
there may be changes that subtly break things that used to work, raise
27-
nasty exceptions or kill innocent puppies. To help move matplotlib
28-
forward, we encourage all users who are comfortable with the bleeding
29-
edge to use the trunk with their own plots and report any bugs to the
30-
mailing list.
22+
infrastructure but nonetheless need access to svn bug fixes.
3123

3224
Using the new code
3325
==================
@@ -61,4 +53,4 @@ extend matplotlib to support new kinds of projections. This is
6153
primarily an internal improvement, and the possible user-visible
6254
changes it allows are yet to come.
6355

64-
These changes are detailed in the API_CHANGES document
56+
These changes are detailed in the API_CHANGES document.

0 commit comments

Comments
 (0)