From 9047fb773878c3d8a3c58e2c6a520fc07a660240 Mon Sep 17 00:00:00 2001 From: Jjp137 Date: Mon, 14 Jan 2019 22:05:05 -0800 Subject: [PATCH] lib.rst: fix a typo (#10308) --- doc/lib.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/lib.rst b/doc/lib.rst index d5550915f7..4e13bcb801 100644 --- a/doc/lib.rst +++ b/doc/lib.rst @@ -107,8 +107,8 @@ String handling substrings, replacing substrings. * `strformat `_ - Macro based standard string interpolation / formatting. Inpired by - Python's ```f``-strings. + Macro based standard string interpolation / formatting. Inspired by + Python's ``f``-strings. * `strmisc `_ This module contains uncommon string handling operations that do not