From da88577b6e5f6be63473e2628aabb0787ab48f33 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 16 Dec 2012 16:48:59 -0800 Subject: [PATCH] . --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 61d6c8b4..906f93d3 100644 --- a/README.rst +++ b/README.rst @@ -179,7 +179,7 @@ Loki SafeFormat SafeFormat is a formatting library which uses printf-like format strings and is type safe. It doesn't support user-defined types or positional -arguments. It makes unconventional use of `operator()` for passing +arguments. It makes unconventional use of ``operator()`` for passing format arguments. Tinyformat