summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2015-10-08 12:22:22 -0700
committerJoffrey F <joffrey@docker.com>2015-10-14 17:26:50 -0700
commit6a66a2248d997e2effa98b4cc82546bdd31048c7 (patch)
tree8d5b020e8295a87c4c45f7d6bbe7c5b2fc192ea7
parent55a0783f4bb1cba4e6063cee9d34714c9a940556 (diff)
downloaddocker-py-6a66a2248d997e2effa98b4cc82546bdd31048c7.tar.gz
Docs: Remove float from valid cpu_shares types
Fixes #775 Signed-off-by: Joffrey F <joffrey@docker.com>
-rw-r--r--docs/api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api.md b/docs/api.md
index 690fe49..103b235 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -214,7 +214,7 @@ from. Optionally a single string joining container id's with commas
* network_disabled (bool): Disable networking
* name (str): A name for the container
* entrypoint (str or list): An entrypoint
-* cpu_shares (int or float): CPU shares (relative weight)
+* cpu_shares (int): CPU shares (relative weight)
* working_dir (str): Path to the working directory
* domainname (str or list): Set custom DNS search domains
* memswap_limit (int):