From 1e7cdb655beb2a61a0d1b984c4d0468ec31bf463 Mon Sep 17 00:00:00 2001 From: Jakub Czaplicki Date: Mon, 6 Jun 2022 17:26:10 +0200 Subject: [PATCH] docs: Update generation_metageneration.rst with a missing space (#798) Co-authored-by: cojenco Co-authored-by: Anthonios Partheniou --- docs/storage/generation_metageneration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/storage/generation_metageneration.rst b/docs/storage/generation_metageneration.rst index 4a92e534a..eb77dad15 100644 --- a/docs/storage/generation_metageneration.rst +++ b/docs/storage/generation_metageneration.rst @@ -112,7 +112,7 @@ the blob (e.g., makes the operation conditional on whether the blob's current ``generation`` matches the given value. -As a special case, passing ``0`` as the value for``if_generation_match`` +As a special case, passing ``0`` as the value for ``if_generation_match`` makes the operation succeed only if there are no live versions of the blob.