Skip to content

Commit 9c1ff68

Browse files
authored
Fix typos
1 parent ba4bf9b commit 9c1ff68

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/users/installing.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ Dependencies
1010
**Requirements**
1111

1212
These are external packages which you will need to install before
13-
installing basemap.
13+
installing Basemap.
1414

1515

16-
matplotlib 1.0.0 (or later, `download <http://sf.net/projects/matplotlib/>`__)
16+
Matplotlib 1.0.0 (or later, `download <http://sf.net/projects/matplotlib/>`__)
1717

1818
Python 2.6 (or later, including Python 3)
19-
matplotlib requires python 3.5 or later (`download <http://www.python.org/download/>`__)
19+
Matplotlib requires Python 3.5 or later (`download <http://www.python.org/download/>`__)
2020

21-
numpy 1.2.1 (or later)
22-
array support for python (`download <http://sourceforge.net/project/showfiles.php?group_id=1369&package_id=175103>`__)
21+
NumPy 1.2.1 (or later)
22+
Array support for Python (`download <http://sourceforge.net/project/showfiles.php?group_id=1369&package_id=175103>`__)
2323

2424
`PROJ4 <https://trac.osgeo.org/proj/>`__ Cartographic Projections Library.
2525

26-
**Required library that ships with basemap**
26+
**Required library that ships with Basemap**
2727

2828
`GEOS <http://trac.osgeo.org/geos/>`__ (Geometry Engine - Open Source) library 3.1.1 or later.
2929
Source code is included in the geos-3.3.3 directory.
@@ -67,7 +67,7 @@ To install from the source, follow these steps:
6767

6868
* cd back to the top level basemap directory (basemap-X.Y.Z) and
6969
run the usual ``python setup.py install``. Check your installation
70-
by running ``from mpl_toolkits.basemap import Basemap`` at the python
70+
by running ``from mpl_toolkits.basemap import Basemap`` at the Python
7171
prompt.
7272

7373
* To test, cd to the examples directory and run ``python simpletest.py``.

0 commit comments

Comments
 (0)