Skip to content

Commit 64f685a

Browse files
author
Matt Joyce
committed
minor fixes
Change-Id: Ib5601e1a932e0bfaa0341909416415d1e81ee915
1 parent 8d08951 commit 64f685a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The source is maintained in the ``docs/source`` folder using
115115

116116
$ export DJANGO_SETTINGS_MODULE=local.local_settings
117117
$ python doc/generate_autodoc_index.py
118-
$ sphinx-build -b html doc/source build/sphinx/html
118+
$ sphinx-build -b html docs/source build/sphinx/html
119119

120120
Results are in the `build/sphinx/html` directory
121121

openstackclient/common/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class HTTPNotImplemented(ClientException):
128128

129129
def from_response(response, body):
130130
"""
131-
Return an instance of an ClientException or subclass
131+
Return an instance of a ClientException or subclass
132132
based on an httplib2 response.
133133
134134
Usage::

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def read(fname):
4242
url='https://github.com/openstack/python-openstackclient',
4343
license="Apache License, Version 2.0",
4444
author='OpenStack Client Contributors',
45-
author_email='openstackclient@example.com',
45+
author_email='openstack@lists.launchpad.net',
4646
packages=setuptools.find_packages(exclude=['tests', 'tests.*']),
4747
classifiers=[
4848
'Development Status :: 2 - Pre-Alpha',

0 commit comments

Comments
 (0)