Correct typo in Console Markup docs.

This commit is contained in:
Carlton Gibson 2021-08-08 21:54:57 +02:00 committed by GitHub
parent 2786097ec3
commit 99e5d0b2a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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:")