From 35de9988714656625429b91da076473057e48e21 Mon Sep 17 00:00:00 2001 From: Jakukyo Friel Date: Thu, 22 Sep 2016 08:33:32 +0800 Subject: [PATCH] Docs: Fix rst markup in docs/contrib/loop.rst. (#1098) In RestrutruedText, double backtick quotes (instead of single backtick quotes in markdown) are used for code span. --- docs/contrib/loop.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contrib/loop.rst b/docs/contrib/loop.rst index 9ff80a2..aaef239 100644 --- a/docs/contrib/loop.rst +++ b/docs/contrib/loop.rst @@ -39,7 +39,7 @@ rebinds the variables set in the recursion point and sends code execution back to that recursion point. If ``recur`` is used in a non-tail position, an exception is raised. -Usage: `(loop bindings &rest body)` +Usage: ``(loop bindings &rest body)`` Example: