From 75e8490e54bf442b36534ea9c8b53c203b6a9938 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Thu, 31 Jul 2014 00:53:36 -0400 Subject: [PATCH] Cleanup README.rst There are two harmless typos in the README.rst 'OpenStackclient' => 'OpenStack Client' 'python-*client' => the '*' is being interpreted as a link Change-Id: Ie813e220c3c150f46edb2c93f94e8bb78bdb0013 Closes-Bug: #1350518 --- README.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index c892df1c10..7c2ec90468 100644 --- a/README.rst +++ b/README.rst @@ -2,9 +2,9 @@ OpenStack Client ================ -OpenStackclient (aka ``python-openstackclient``) is a command-line client for +OpenStack Client (aka ``python-openstackclient``) is a command-line client for the OpenStack APIs. -It is primarily a wrapper to the stock python-*client modules that implement the +It is primarily a wrapper to the stock python-\*client modules that implement the actual REST API client actions. This is an implementation of the design goals shown in @@ -15,13 +15,14 @@ operations in OpenStack. The master repository is on GitHub_. .. _OpenStack Client Wiki: https://wiki.openstack.org/wiki/OpenStackClient .. _GitHub: https://github.com/openstack/python-openstackclient -OpenStackclient has a plugin mechanism to add support for API extensions. +OpenStack Client has a plugin mechanism to add support for API extensions. * `Release management`_ * `Blueprints and feature specifications`_ * `Issue tracking`_ * `PyPi`_ * `Developer Docs`_ + .. _release management: https://launchpad.net/python-openstackclient .. _Blueprints and feature specifications: https://blueprints.launchpad.net/python-openstackclient .. _Issue tracking: https://bugs.launchpad.net/python-openstackclient @@ -39,7 +40,7 @@ or output. We do not, however, expect any major changes at this point. Getting Started =============== -OpenStackclient can be installed from PyPI using pip:: +OpenStack Client can be installed from PyPI using pip:: pip install python-openstackclient