From 87f750c6168ef4b746e0d7e8d5c0d9f597fa0012 Mon Sep 17 00:00:00 2001 From: yuhui_inspur Date: Fri, 24 Feb 2017 00:03:40 -0800 Subject: [PATCH] Fix typos in doc_files Change-Id: I57844e5284a51a0804bc2f14d9ac1f3a7c9bfdf8 --- doc/conf.py | 2 +- doc/image-building.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index da18af32cd..09287f8d5d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -37,7 +37,7 @@ master_doc = 'index' # General information about the project. project = u'kolla' -copyright = u'2013, OpenStack Foundation' +copyright = u'2013-present, OpenStack Foundation' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/doc/image-building.rst b/doc/image-building.rst index 4fdea5c9db..9bbc883b93 100644 --- a/doc/image-building.rst +++ b/doc/image-building.rst @@ -59,7 +59,7 @@ command line:: kolla-build keystone -In this case, the build script builds all images which name contains the +In this case, the build script builds all images whose name contains the ``keystone`` string along with their dependencies. Multiple names may be specified on the command line::