diff options
author | Brant Knudson <bknudson@us.ibm.com> | 2015-09-28 17:58:21 -0500 |
---|---|---|
committer | Brant Knudson <bknudson@us.ibm.com> | 2015-09-28 17:58:21 -0500 |
commit | 2d4fdbed56151476a1b8441ee44bdb891a86af4f (patch) | |
tree | db3d4351010689418f8ad16508818035e7a568f3 /doc | |
parent | 52151aeebd20440b19444db096dcc0332af5141f (diff) | |
download | oslo-db-2d4fdbed56151476a1b8441ee44bdb891a86af4f.tar.gz |
Correct invalid reference
There's no oslo_db.migration module. It's an entrypoint group name.
Therefore it should not be using :mod:.
Change-Id: I14f26c1a9ae1bd6b5b1154b3f49eb9e1518cafc3
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/usage.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/usage.rst b/doc/source/usage.rst index e437c6c..2fd0af9 100644 --- a/doc/source/usage.rst +++ b/doc/source/usage.rst @@ -140,7 +140,7 @@ DB API backend support DB migration extensions ======================= -Available extensions for :mod:`oslo_db.migration`. +Available extensions for `oslo_db.migration`. .. list-plugins:: oslo.db.migration :detailed: |