Skip to content

Commit cff8252

Browse files
committed
fix typo in mapbox tutorial
1 parent 431d3be commit cff8252

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

content/pages/02-development-environments/02-vim.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,10 @@ ready to take that step.
247247
* [Command-T](https://github.com/wincent/command-t) is a Vim plugin for
248248
fast fuzzy searching files.
249249

250+
* [YouCompleteMe](http://ycm-core.github.io/YouCompleteMe/)
251+
([source code](https://github.com/ycm-core/YouCompleteMe)) is a
252+
code-completion engine and plugin that works for Python.
253+
250254

251255
### Vim Plugin Managers
252256
If you use many Vim plugins together it is really handy to have a plugin

content/posts/180519-django-maps-mapbox.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ slug: maps-django-web-applications-projects-mapbox
33
meta: Learn how to add maps and location-based data to your web applications using Mapbox.
44
category: post
55
date: 2018-05-19
6-
modified: 2018-05-25
6+
modified: 2019-10-06
77
newsletter: False
88
headerimage: /img/180519-django-maps/header.jpg
99
headeralt: Python, Django and Mapbox logos are copyright their respective owners.
@@ -43,7 +43,7 @@ our application:
4343
[version 2.0.5](https://docs.djangoproject.com/en/2.0/)
4444
* [pip](https://pip.pypa.io/en/stable/) and
4545
[virtualenv](https://virtualenv.pypa.io/en/latest/), which come installed
46-
with Python 3, to install and isolate these Django and Rollbar libraries
46+
with Python 3, to install and isolate the Django library
4747
from your other applications
4848
* A [free Mapbox account](https://www.mapbox.com/) to interact with their
4949
[web API](/application-programming-interfaces.html) using

0 commit comments

Comments
 (0)