From 5a7cc3455e21451412dee293db7a12e3253fcf26 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 0c3a54d3..3c520379 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.