From aa22bede25c48c1a40141ebbb74b283edbbcbb79 Mon Sep 17 00:00:00 2001 From: Jean Jordaan Date: Sun, 2 Oct 2016 19:21:12 +0700 Subject: [PATCH] Fix grammar and wording --- doc/markup/code.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/markup/code.rst b/doc/markup/code.rst index 6e8028fe4..c7cb0f911 100644 --- a/doc/markup/code.rst +++ b/doc/markup/code.rst @@ -241,7 +241,7 @@ Dedent .. versionadded:: 1.3 -A ``dedent`` option can be given to strip a precedence characters from the code +A ``dedent`` option can be given to strip indentation characters from the code block. For example:: .. literalinclude:: example.rb