minor fixes

Change-Id: Ib5601e1a932e0bfaa0341909416415d1e81ee915
This commit is contained in:
Matt Joyce 2012-05-29 14:29:45 -07:00
parent 8d089518f0
commit 64f685ad63
3 changed files with 3 additions and 3 deletions

View File

@ -115,7 +115,7 @@ The source is maintained in the ``docs/source`` folder using
$ export DJANGO_SETTINGS_MODULE=local.local_settings
$ python doc/generate_autodoc_index.py
$ sphinx-build -b html doc/source build/sphinx/html
$ sphinx-build -b html docs/source build/sphinx/html
Results are in the `build/sphinx/html` directory

View File

@ -128,7 +128,7 @@ _code_map = dict((c.http_status, c) for c in [BadRequest, Unauthorized,
def from_response(response, body):
"""
Return an instance of an ClientException or subclass
Return an instance of a ClientException or subclass
based on an httplib2 response.
Usage::

View File

@ -42,7 +42,7 @@ setuptools.setup(
url='https://github.com/openstack/python-openstackclient',
license="Apache License, Version 2.0",
author='OpenStack Client Contributors',
author_email='openstackclient@example.com',
author_email='openstack@lists.launchpad.net',
packages=setuptools.find_packages(exclude=['tests', 'tests.*']),
classifiers=[
'Development Status :: 2 - Pre-Alpha',