Skip to content

Commit a7c5bee

Browse files
authored
Merge pull request #188 from manaswinidas/improve
Fixes typos in README
2 parents bd5137a + 289fa44 commit a7c5bee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ this currently does not work though. So for now here are the instructions
1010

1111
### Create a virtual environment
1212

13-
It is highly suggested that you [a python virtualenv](http://docs.python-guide.org/en/latest/dev/virtualenvs/) when developing
13+
It is highly suggested that you have [a python virtualenv](http://docs.python-guide.org/en/latest/dev/virtualenvs/) when developing
1414
on mapnik.
1515

1616
### Building from Mason
@@ -78,7 +78,7 @@ Fatal Python error: PyThreadState_Get: no current thread
7878
Abort trap: 6
7979
```
8080

81-
That means you likely have built python-mapnik is linked against a differ python version than what you are running. To solve this try running:
81+
That means you likely have built python-mapnik linked against a different python version than what you are running. To solve this try running:
8282

8383
```
8484
/usr/bin/python <your script.py>

0 commit comments

Comments
 (0)