|
From: <js...@us...> - 2009-01-07 15:57:13
|
Revision: 6758
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6758&view=rev
Author: jswhit
Date: 2009-01-07 15:56:56 +0000 (Wed, 07 Jan 2009)
Log Message:
-----------
fix typo
Modified Paths:
--------------
trunk/toolkits/basemap/doc/users/installing.rst
Modified: trunk/toolkits/basemap/doc/users/installing.rst
===================================================================
--- trunk/toolkits/basemap/doc/users/installing.rst 2009-01-07 00:07:41 UTC (rev 6757)
+++ trunk/toolkits/basemap/doc/users/installing.rst 2009-01-07 15:56:56 UTC (rev 6758)
@@ -87,7 +87,7 @@
by running ``from mpl_toolkits.basemap import Basemap`` at the python
prompt.
- Basemap includes three auxilliary packages, pydap, pyshapelib httplib2.
+ Basemap includes three auxilliary packages, pydap, pyshapelib and httplib2.
By default, setup.py checks to
see if these are already installed, and if so does not try to overwrite
them. If you get import errors related to any of these packages,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|