From 99e5d0b2a0f688c084115a5b05587e4a96e2e0d1 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Sun, 8 Aug 2021 21:54:57 +0200 Subject: [PATCH] Correct typo in Console Markup docs. --- docs/source/markup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/markup.rst b/docs/source/markup.rst index 37995202..1ab925b0 100644 --- a/docs/source/markup.rst +++ b/docs/source/markup.rst @@ -80,7 +80,7 @@ Calling ``greet("Will")`` will print a greeting, but if you were to call ``greet Emoji ~~~~~ -If you add an *emoji code* to markup it will be replaced with the equivalent unicode character. An emoji code consists of th name of the emoji surrounded be colons (:). Here's an example:: +If you add an *emoji code* to markup it will be replaced with the equivalent unicode character. An emoji code consists of the name of the emoji surrounded be colons (:). Here's an example:: >>> from rich import print >>> print(":warning:")