Skip to content

Commit

Permalink
Fix some typos following review
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Kavanagh <alex@ajkavanagh.co.uk>
  • Loading branch information
ajkavanagh committed Jul 4, 2018
1 parent a88507a commit 34e0ed3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/source/storage-pools.rst
Expand Up @@ -2,7 +2,7 @@ Storage Pools
=============

LXD supports creating and managing storage pools and storage volumes. General
keys are top-level. Driver specific keys are name spaced by driver name. Volume
keys are top-level. Driver specific keys are namespaced by driver name. Volume
keys apply to any volume created in the pool unless the value is overridden on
a per-volume basis.

Expand Down Expand Up @@ -46,7 +46,7 @@ Storage-pools can be queried through the following client manager methods:
- `create()` - Create a storage-pool. **Note the config in the create class
method is the WHOLE json object described as `input` in the API docs.**
e.g. the 'config' key in the API docs would actually be `config.config` as
passed to this methods.
passed to this method.


Storage-pool Object attributes
Expand Down
4 changes: 2 additions & 2 deletions pylxd/exceptions.py
Expand Up @@ -41,8 +41,8 @@ class LXDAPIExtensionNotAvailable(Exception):
on current host."""

def __init__(self, name, *args, **kwargs):
"""Custom exception handling of the message is to convert the name in
to a friendly error string.
"""Custom exception handling of the message is to convert the name into
a friendly error string.
:param name: the api_extension that was needed.
:type name: str
Expand Down

0 comments on commit 34e0ed3

Please sign in to comment.