From ffcf6cbcb28f320cfe79c2523d221e11ef3232ef Mon Sep 17 00:00:00 2001 From: AlexVonB Date: Wed, 17 Nov 2021 17:09:47 +0100 Subject: [PATCH] fix readme for code_language --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 447df4a..670ae6c 100644 --- a/README.rst +++ b/README.rst @@ -99,8 +99,8 @@ newline_style code_language Defines the language that should be assumed for all ``
`` sections.
   Useful, if all code on a page is in the same programming language and
-  should be annotated with ``\`\`\`python`` or similar.
-  Defaults to ``''`` (empty string).
+  should be annotated with `````python`` or similar.
+  Defaults to ``''`` (empty string) and can be any string.
 
 Options may be specified as kwargs to the ``markdownify`` function, or as a
 nested ``Options`` class in ``MarkdownConverter`` subclasses.