diff options
author | Araq <rumpf_a@web.de> | 2019-01-11 18:36:20 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-01-11 22:17:43 +0100 |
commit | 647066e378bdbc85646dd88ea90eb15eddbbbc50 (patch) | |
tree | 9516520eda2735b218a0a93f3d48c6857c363a0e /doc/lib.rst | |
parent | 56b804a283a69baa4887eaf300c353a5748f86a4 (diff) | |
download | Nim-647066e378bdbc85646dd88ea90eb15eddbbbc50.tar.gz |
make the stdlib work with the changed docgen
Diffstat (limited to 'doc/lib.rst')
-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 6b1af43e1..395b242e6 100644 --- a/doc/lib.rst +++ b/doc/lib.rst @@ -108,7 +108,7 @@ String handling * `strformat <strformat.html>`_ Macro based standard string interpolation / formatting. Inpired by - Python's ```f``-strings. + Python's ``f``-strings. * `strmisc <strmisc.html>`_ This module contains uncommon string handling operations that do not |