Merge pull request #11069 from jrfondren/devel

(docs) fix unidecode.unidecode example input string
This commit is contained in:
Andreas Rumpf
2019-05-08 17:56:48 +02:00
committed by GitHub

View File

@@ -57,7 +57,7 @@ proc unidecode*(s: string): string =
##
## ..code-block:: nim
##
## unidecode("\x53\x17\x4E\xB0")
## unidecode("北京")
##
## Results in: "Bei Jing"
##