From b2c7da20589a73862b317261ed0afd03805def20 Mon Sep 17 00:00:00 2001 From: HBBisenieks Date: Tue, 15 Mar 2022 14:48:20 -0700 Subject: [PATCH] escaping graves is the worst --- docs/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.md b/docs/contributing.md index fd9250d..0d0b456 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -52,5 +52,5 @@ print('Hello, world!') ``` ```` -Inline code, indicated with `\`backticks\``, should be used when calling out specific +Inline code, indicated with `` `backticks` ``, should be used when calling out specific functions or Python keywords within the body of paragraphs or in lists.