docs: fix warnings

This commit is contained in:
defuz 2014-11-05 08:04:06 +03:00
parent d6f5eb8def
commit 5562acfdfc
4 changed files with 8 additions and 8 deletions

View file

@ -19,7 +19,7 @@ make larger applications easier to distribute:
declare an "entry point" another package can hook into to extend the
other package.
- **installation manager**: :command:`easy_install`, which comes with distribute
can install other libraries for you. You can also use :command:`pip`_ which
can install other libraries for you. You can also use `pip`_ which
sooner or later will replace :command:`easy_install` which does more than just
installing packages for you.
@ -42,7 +42,7 @@ Basic Setup Script
Because you have Flask running, you either have setuptools or distribute
available on your system anyways. If you do not, fear not, there is a
script to install it for you: :file:`distribute_setup.py`_. Just download and
script to install it for you: `distribute_setup.py`_. Just download and
run with your Python interpreter.
Standard disclaimer applies: :ref:`you better use a virtualenv

View file

@ -184,7 +184,7 @@ An Easier Solution
Because the common pattern for file uploads exists almost unchanged in all
applications dealing with uploads, there is a Flask extension called
``Flask-Uploads``_ that implements a full fledged upload mechanism with
`Flask-Uploads`_ that implements a full fledged upload mechanism with
white and blacklisting of extensions and more.
.. _Flask-Uploads: http://pythonhosted.org/Flask-Uploads/