From 4e619a6bea75829638a87d53b1d806aface322e7 Mon Sep 17 00:00:00 2001 From: Danil Yarantsev Date: Tue, 23 Feb 2021 10:59:13 +0300 Subject: A few rst doc fixes (#17151) * Fix a couple of rst formatting issues * no need for the extra space --- lib/pure/strutils.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/pure') diff --git a/lib/pure/strutils.nim b/lib/pure/strutils.nim index 5d04b5300..da1a0a59b 100644 --- a/lib/pure/strutils.nim +++ b/lib/pure/strutils.nim @@ -2205,7 +2205,7 @@ func escape*(s: string, prefix = "\"", suffix = "\""): string {.rtl, ## ## See also: ## * `unescape func<#unescape,string,string,string>`_ for the opposite - ## operation + ## operation result = newStringOfCap(s.len + s.len shr 2) result.add(prefix) for c in items(s): -- cgit 1.4.1-2-gfad0