summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-09-10 17:13:45 +0000
committerGerrit Code Review <review@openstack.org>2016-09-10 17:13:45 +0000
commit31e6ed6ff100bd9d95ac01e53dd5a25880a18e68 (patch)
tree36e5bd5ba8168385932a7ade9118d7bd2c19d9a0
parent891674b68705b08434fb455d86aaf88d69a8fe3f (diff)
parent3fa753d752108c2d70197139d026941565f61025 (diff)
downloadoslo-log-31e6ed6ff100bd9d95ac01e53dd5a25880a18e68.tar.gz
Merge "Fix typos"
-rw-r--r--doc/source/examples.rst6
-rw-r--r--doc/source/examples/usage.py2
-rw-r--r--doc/source/examples/usage_context.py2
-rw-r--r--doc/source/examples/usage_helper.py2
-rw-r--r--doc/source/examples/usage_i18n.py2
-rw-r--r--doc/source/usage.rst2
6 files changed, 8 insertions, 8 deletions
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