diff options
author | Joffrey F <joffrey@docker.com> | 2017-01-18 15:38:53 -0800 |
---|---|---|
committer | Joffrey F <joffrey@docker.com> | 2017-01-18 15:38:53 -0800 |
commit | 66d57333981f1f8a0f46c6c90a71c1ad020b0ac1 (patch) | |
tree | ac7bb5b2731d40aaed71b4944014ab28e5ee7913 /docs/index.rst | |
parent | 91a185d7a57464d2b8826d48495bde02098a0079 (diff) | |
download | docker-py-docs-fixes.tar.gz |
Fix a number of docs formatting issuesdocs-fixes
Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst index 7eadf4c..9f484cd 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -73,13 +73,12 @@ You can manage images: >>> client.images.list() [<Image 'ubuntu'>, <Image 'nginx'>, ...] -That's just a taster of what you can do with the Docker SDK for Python. For more, :doc:`take a look at the reference <client>`. +That's just a taste of what you can do with the Docker SDK for Python. For more, :doc:`take a look at the reference <client>`. .. toctree:: :hidden: :maxdepth: 2 - Home <index> client containers images |