From b46901407a024fccc70d51e8f410fb4a6241fe04 Mon Sep 17 00:00:00 2001 From: Mike Shoup Date: Wed, 2 Jan 2019 21:44:09 -0700 Subject: [PATCH] Fix code example --- CONTRIBUTING.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index f0361ef..93cc508 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -118,6 +118,8 @@ it will look better to use double quotes. *Don't do this*: +:: + "Double quotes for plain strings." 'Single quotes where you\'ll use an apostrophe.'