From 3fa753d752108c2d70197139d026941565f61025 Mon Sep 17 00:00:00 2001 From: Atsushi SAKAI Date: Tue, 23 Aug 2016 21:28:43 +0900 Subject: Fix typos osli => oslo respository => repository demostrates => demonstrates Change-Id: I76badc9f5852fafaff627770b11c5948ae1cffd7 --- doc/source/examples.rst | 6 +++--- doc/source/examples/usage.py | 2 +- doc/source/examples/usage_context.py | 2 +- doc/source/examples/usage_helper.py | 2 +- doc/source/examples/usage_i18n.py | 2 +- doc/source/usage.rst | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) (limited to 'doc') diff --git a/doc/source/examples.rst b/doc/source/examples.rst index 007ee48..c6a59a8 100644 --- a/doc/source/examples.rst +++ b/doc/source/examples.rst @@ -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 diff --git a/doc/source/examples/usage.py b/doc/source/examples/usage.py index 1afcd36..155d533 100644 --- a/doc/source/examples/usage.py +++ b/doc/source/examples/usage.py @@ -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: diff --git a/doc/source/examples/usage_context.py b/doc/source/examples/usage_context.py index 15a3c07..dc449c5 100644 --- a/doc/source/examples/usage_context.py +++ b/doc/source/examples/usage_context.py @@ -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: diff --git a/doc/source/examples/usage_helper.py b/doc/source/examples/usage_helper.py index dcd76eb..4a27485 100644 --- a/doc/source/examples/usage_helper.py +++ b/doc/source/examples/usage_helper.py @@ -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: diff --git a/doc/source/examples/usage_i18n.py b/doc/source/examples/usage_i18n.py index 5961b75..59dac7f 100644 --- a/doc/source/examples/usage_i18n.py +++ b/doc/source/examples/usage_i18n.py @@ -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: diff --git a/doc/source/usage.rst b/doc/source/usage.rst index a6ebf9a..d1a74da 100644 --- a/doc/source/usage.rst +++ b/doc/source/usage.rst @@ -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 -- cgit v1.2.1