Skip to content

Commit 07a99ea

Browse files
committed
Merge pull request #696 from alexwlchan/master
Fix a few typos in the docs
2 parents 70dd654 + 78ccfc8 commit 07a99ea

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ the entire backlog.
3030
* container (str): The container to attach to
3131
* stdout (bool): Get STDOUT
3232
* stderr (bool): Get STDERR
33-
* stream (bool): Return an interator
33+
* stream (bool): Return an iterator
3434
* logs (bool): Get all previous output
3535

3636
**Returns** (generator or str): The logs or output for the image
@@ -70,7 +70,7 @@ correct value (e.g `gzip`).
7070
- memory (int): set memory limit for build
7171
- memswap (int): Total memory (memory + swap), -1 to disable swap
7272
- cpushares (int): CPU shares (relative weight)
73-
- cpusetcpus (str): CPUs in which to allow exection, e.g., `"0-3"`, `"0,1"`
73+
- cpusetcpus (str): CPUs in which to allow execution, e.g., `"0-3"`, `"0,1"`
7474
* decode (bool): If set to `True`, the returned stream will be decoded into
7575
dicts on the fly. Default `False`.
7676

@@ -123,7 +123,7 @@ Identical to the `docker commit` command.
123123
* tag (str): The tag to push
124124
* message (str): A commit message
125125
* author (str): The name of the author
126-
* conf (dict): The configuraton for the container. See the [Docker remote api](
126+
* conf (dict): The configuration for the container. See the [Docker remote api](
127127
https://docs.docker.com/reference/api/docker_remote_api/) for full details.
128128

129129
## containers
@@ -397,7 +397,7 @@ src will be treated as a URL instead to fetch the image from. You can also pass
397397
an open file handle as 'src', in which case the data will be read from that
398398
file.
399399

400-
If `src` is unset but `image` is set, the `image` paramater will be taken as
400+
If `src` is unset but `image` is set, the `image` parameter will be taken as
401401
the name of an existing image to import from.
402402

403403
**Params**:

docs/change_log.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Change Log
2121
* 404 API status now raises `docker.errors.NotFound`. This exception inherits
2222
`APIError` which was used previously.
2323
* Docs fixes
24-
* Test ixes
24+
* Test fixes
2525

2626
1.3.0
2727
-----

0 commit comments

Comments
 (0)