From 167f8fe3251bb98cea2baeca91751ff6b0fedbdc Mon Sep 17 00:00:00 2001 From: Dmitry Petrashko Date: Wed, 10 Oct 2018 10:14:36 -0700 Subject: [PATCH] Fix a typo in api.rst --- doc/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api.rst b/doc/api.rst index 83c9340b..c0a99fd6 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -26,7 +26,7 @@ Core API and a lightweight subset of formatting functions. The following functions use :ref:`format string syntax ` -imilar to that of Python's `str.format +similar to that of Python's `str.format `_. They take *format_str* and *args* as arguments.