summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Petazzoni <maxime.petazzoni@bulix.org>2015-07-02 09:38:18 -0700
committerMaxime Petazzoni <maxime.petazzoni@bulix.org>2015-07-02 09:38:18 -0700
commit7b18543999aee240aee97b9d3f64627daa796bf7 (patch)
tree2808fbc6cd0366b95cfe89b86a08efa296ff29b1
parentf3453aa23fca93209fcac881865e24f524090276 (diff)
parent3bc9f52d9dc9e176e7435ff94a1d21b5e9bd194d (diff)
downloaddocker-py-7b18543999aee240aee97b9d3f64627daa796bf7.tar.gz
Merge pull request #666 from Slix/patch-1
Fix missing apostrophes in docs
-rw-r--r--docs/api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api.md b/docs/api.md
index 4b64147..5a3b322 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -184,7 +184,7 @@ information on how to create port bindings and volume mappings.
The `mem_limit` variable accepts float values (which represent the memory limit
of the created container in bytes) or a string with a units identification char
-('100000b', 1000k', 128m', '1g'). If a string is specified without a units
+('100000b', '1000k', '128m', '1g'). If a string is specified without a units
character, bytes are assumed as an intended unit.
`volumes_from` and `dns` arguments raise [TypeError](