summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoffrey F <f.joffrey@gmail.com>2013-09-29 18:57:35 -0700
committerJoffrey F <f.joffrey@gmail.com>2013-09-29 18:57:35 -0700
commit79beddda55383307404db3b9d6592ecffeff9984 (patch)
treef0f78caf74366e51d4bdd7c0a7a1a67ee0dd15f8
parent6d4c30287d115ab6d7d961edf6fc22e5a7991f0a (diff)
parent1ca7f2370a1156b4ab283bb840241bf5f5dd5abd (diff)
downloaddocker-py-79beddda55383307404db3b9d6592ecffeff9984.tar.gz
Merge pull request #58 from micahhausler/master
Removed unused param in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 98466d6..490c170 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ Identical to the `docker logs` command.
* `c.port(container, private_port)`
Identical to the `docker port` command.
-* `c.pull(repository, tag=None, registry=None)`
+* `c.pull(repository, tag=None)`
Identical to the `docker pull` command.
* `c.push(repository)`