From dc171360f6b25d21ccc17e14017dc7df8dc0894a Mon Sep 17 00:00:00 2001 From: HBBisenieks Date: Tue, 15 Mar 2022 14:47:02 -0700 Subject: [PATCH] backticks --- docs/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.md b/docs/contributing.md index 9b7970a..fd9250d 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.