diff options
author | Jjp137 <Jjp137@users.noreply.github.com> | 2019-01-14 22:05:05 -0800 |
---|---|---|
committer | Miran <narimiran@disroot.org> | 2019-01-15 07:05:05 +0100 |
commit | c8ba9ffdba9165b2c952f579005fdbb6871a1380 (patch) | |
tree | 99edd5b00fb1be731bff2f1bab33c3068d27ade3 | |
parent | 9e68b2ce5d836fc269be9735d97aebb99adbfa2d (diff) | |
download | Nim-c8ba9ffdba9165b2c952f579005fdbb6871a1380.tar.gz |
lib.rst: fix a typo (#10308) [ci skip]
-rw-r--r-- | doc/lib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lib.rst b/doc/lib.rst index 395b242e6..1f19f9bf4 100644 --- a/doc/lib.rst +++ b/doc/lib.rst @@ -107,7 +107,7 @@ String handling substrings, replacing substrings. * `strformat <strformat.html>`_ - Macro based standard string interpolation / formatting. Inpired by + Macro based standard string interpolation / formatting. Inspired by Python's ``f``-strings. * `strmisc <strmisc.html>`_ |