From 27e3c0fe9b5dc99f339637ec2ea7efae5b945ab8 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 6 Apr 2020 07:17:41 -0700 Subject: [PATCH] Update signature in the docs --- doc/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api.rst b/doc/api.rst index 4e370252..654d26fb 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -43,7 +43,7 @@ participate in an overload resolution if the latter is not a string. .. _format: .. doxygenfunction:: format(const S&, Args&&...) -.. doxygenfunction:: vformat(const S&, basic_format_args>) +.. doxygenfunction:: vformat(const S&, basic_format_args>>) .. _print: