Fix a typo in api.rst

This commit is contained in:
Dmitry Petrashko 2018-10-10 10:14:36 -07:00 committed by GitHub
parent 939fbe5567
commit 5a7cc3455e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ Core API
and a lightweight subset of formatting functions.
The following functions use :ref:`format string syntax <syntax>`
imilar to that of Python's `str.format
similar to that of Python's `str.format
<http://docs.python.org/3/library/stdtypes.html#str.format>`_.
They take *format_str* and *args* as arguments.