Skip to content

Commit 8b83cf0

Browse files
author
shin-
committed
Fixed typos in README
1 parent 2108a54 commit 8b83cf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Requires the container to be created with the volumes argument:
9898
`c.create_container(..., volumes={'/mnt': {}})`
9999
`lxc_conf` allows to pass LXC configuration options in dict form.
100100

101-
* `c.stop(containers, timeout=10)`
101+
* `c.stop(container, timeout=10)`
102102
Stops a container. Similar to the `docker stop` command.
103103

104104
* `c.tag(image, repository, tag=None, force=False)`
@@ -110,7 +110,7 @@ Identical to the `docker top` command.
110110
* `c.version()`
111111
Identical to the `docker version` command.
112112

113-
* `c.wait(containers)`
113+
* `c.wait(container)`
114114
Wait for a container and return its exit code. Similar to the `docker wait`
115115
command.
116116

0 commit comments

Comments
 (0)