Fix typos

osli        => oslo
respository => repository
demostrates => demonstrates

Change-Id: I76badc9f5852fafaff627770b11c5948ae1cffd7
This commit is contained in:
Atsushi SAKAI
2016-08-23 21:28:43 +09:00
committed by Alexis Lee
parent 573e049edd
commit 3fa753d752
6 changed files with 8 additions and 8 deletions

View File

@@ -5,10 +5,10 @@
.. _examples:
These files can be found in the docs/source/examples directory of
the git source of this project. They can also be found at the
`online git respository`_ of this project.
the git source of this project. They can also be found in the
`online git repository`_ of this project.
.. _online git respository: http://git.openstack.org/cgit/openstack/oslo.log/tree/doc/source/examples
.. _online git repository: http://git.openstack.org/cgit/openstack/oslo.log/tree/doc/source/examples
python_logging.py

View File

@@ -19,7 +19,7 @@ This example requires the following package to be installed.
$ pip install oslo.log
Additional Oslo packages installed include oslo.config, oslo.context,
oslo.i18n, osli.serialization and oslo.utils.
oslo.i18n, oslo.serialization and oslo.utils.
More information about Oslo Logging can be found at:

View File

@@ -19,7 +19,7 @@ This example requires the following package to be installed.
$ pip install oslo.log
Additional Oslo packages installed include oslo.config, oslo.context,
oslo.i18n, osli.serialization and oslo.utils.
oslo.i18n, oslo.serialization and oslo.utils.
More information about Oslo Logging can be found at:

View File

@@ -19,7 +19,7 @@ This example requires the following package to be installed.
$ pip install oslo.log
Additional Oslo packages installed include oslo.config, oslo.context,
oslo.i18n, osli.serialization and oslo.utils.
oslo.i18n, oslo.serialization and oslo.utils.
More information about Oslo Logging can be found at:

View File

@@ -18,7 +18,7 @@ This example requires the following package to be installed.
$ pip install oslo.log
Additional Oslo packages installed include oslo.config, oslo.context,
oslo.i18n, osli.serialization and oslo.utils.
oslo.i18n, oslo.serialization and oslo.utils.
More information about Oslo Logging can be found at:

View File

@@ -8,7 +8,7 @@ In an Application
=================
When using `Python's standard logging library`_ the following minimal setup
demostrates basic logging.
demonstrates basic logging.
.. _Python's standard logging library: https://docs.python.org/2/library/logging.html