Skip to content

Commit

Permalink
Typo's
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Jacobs committed Dec 28, 2015
1 parent 7e9ff44 commit edf7001
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

# General information about the project.
project = u'Django Osar API'
copyright = u'2015, 2016 Lukkien BV'
copyright = u'2015, 2016 Django Oscar'
author = u'Lars van de Kerkhof, Martijn Jacobs'

# The version info for the project you're documenting, acts as replacement for
Expand Down Expand Up @@ -198,7 +198,7 @@
#html_show_sphinx = True

# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
#html_show_copyright = True
html_show_copyright = False

# If true, an OpenSearch description file will be output, and all pages will
# contain a <link> tag referring to it. The value of this option must be the
Expand Down
4 changes: 2 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
================
Django Oscar API
================
This package provides a RESTful API for `django-oscar`_, it's based on `django-rest-framework`_ and it exposes most of oscar's functionality. You can find `the source code`_ on GitHub.
This package provides a RESTful API for `django-oscar`_, it's based on `django-rest-framework`_ and it exposes most of Oscar's functionality. You can find `the source code`_ on GitHub.

.. _`django-oscar`: https://github.com/django-oscar/django-oscar
.. _`django-rest-framework`: http://www.django-rest-framework.org
Expand Down Expand Up @@ -46,7 +46,7 @@ Or you could add ``django-oscar-api`` to your project dependencies.

.. code-block:: bash
$ pip install pip install git+https://github.com/django-oscar/django-oscar-api.git
$ pip install git+https://github.com/django-oscar/django-oscar-api.git
Use out-of-the-box
Expand Down
2 changes: 1 addition & 1 deletion docs/source/usage/middleware.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,6 @@ See also:
Basket Middleware
-----------------

This is a replacement midleware for ``oscar.apps.basket.middleware.BasketMiddleware``
This is a replacement middleware for ``oscar.apps.basket.middleware.BasketMiddleware``

.. autoclass:: oscarapi.middleware.ApiBasketMiddleWare

0 comments on commit edf7001

Please sign in to comment.