summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Ericson <pdericson@gmail.com>2015-07-19 01:51:58 -0400
committerPeter Ericson <pdericson@gmail.com>2015-07-19 01:51:58 -0400
commitbec21cfce1f8694e7d36f403c99e3354902c53cb (patch)
tree27cf98a971f43a01b694f79ef185d65fcec260a1
parent946eb964adceef7f531ca4f30c4bfe973566811a (diff)
downloaddocker-py-bec21cfce1f8694e7d36f403c99e3354902c53cb.tar.gz
docs/api.md: singal -> signal
-rw-r--r--docs/api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api.md b/docs/api.md
index f1e2d03..f73ad84 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -511,7 +511,7 @@ Kill a container or send a signal to a container
**Params**:
* container (str): The container to kill
-* signal (str or int): The singal to send. Defaults to `SIGKILL`
+* signal (str or int): The signal to send. Defaults to `SIGKILL`
## load_image