Skip to content

Commit 75e8490

Browse files
author
Steve Martinelli
committed
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
1 parent 81d1179 commit 75e8490

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
OpenStack Client
33
================
44

5-
OpenStackclient (aka ``python-openstackclient``) is a command-line client for
5+
OpenStack Client (aka ``python-openstackclient``) is a command-line client for
66
the OpenStack APIs.
7-
It is primarily a wrapper to the stock python-*client modules that implement the
7+
It is primarily a wrapper to the stock python-\*client modules that implement the
88
actual REST API client actions.
99

1010
This is an implementation of the design goals shown in
@@ -15,13 +15,14 @@ operations in OpenStack. The master repository is on GitHub_.
1515
.. _OpenStack Client Wiki: https://wiki.openstack.org/wiki/OpenStackClient
1616
.. _GitHub: https://github.com/openstack/python-openstackclient
1717

18-
OpenStackclient has a plugin mechanism to add support for API extensions.
18+
OpenStack Client has a plugin mechanism to add support for API extensions.
1919

2020
* `Release management`_
2121
* `Blueprints and feature specifications`_
2222
* `Issue tracking`_
2323
* `PyPi`_
2424
* `Developer Docs`_
25+
2526
.. _release management: https://launchpad.net/python-openstackclient
2627
.. _Blueprints and feature specifications: https://blueprints.launchpad.net/python-openstackclient
2728
.. _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.
3940
Getting Started
4041
===============
4142

42-
OpenStackclient can be installed from PyPI using pip::
43+
OpenStack Client can be installed from PyPI using pip::
4344

4445
pip install python-openstackclient
4546

0 commit comments

Comments
 (0)