|
From: <js...@us...> - 2008-07-11 16:30:11
|
Revision: 5746
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5746&view=rev
Author: jswhit
Date: 2008-07-11 09:30:07 -0700 (Fri, 11 Jul 2008)
Log Message:
-----------
fix typo
Modified Paths:
--------------
trunk/toolkits/basemap/lib/mpl_toolkits/basemap/__init__.py
Modified: trunk/toolkits/basemap/lib/mpl_toolkits/basemap/__init__.py
===================================================================
--- trunk/toolkits/basemap/lib/mpl_toolkits/basemap/__init__.py 2008-07-11 15:50:28 UTC (rev 5745)
+++ trunk/toolkits/basemap/lib/mpl_toolkits/basemap/__init__.py 2008-07-11 16:30:07 UTC (rev 5746)
@@ -2153,7 +2153,7 @@
an ellipse with radius of ``radius_deg`` degrees of latitude along
longitude ``lon_0``.
The ellipse represents a Tissot's indicatrix
- (http://en.wikipedia.org/wiki/Tissot%27s_Indicatrix),
+ (http://en.wikipedia.org/wiki/Tissot's_Indicatrix),
which when drawn on a map shows the distortion
inherent in the map projection."""
g = pyproj.Geod(a=self.rmajor,b=self.rminor)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|