From 7e1cb3237ad04be981939279a4a51a4b5e70782e Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 17 Nov 2019 13:17:43 -0800 Subject: [PATCH] Fix indentation --- doc/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api.rst b/doc/api.rst index d5164eec..10b93483 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -149,7 +149,7 @@ template and implement ``parse`` and ``format`` methods:: ctx.out(), presentation == 'f' ? "({:.1f}, {:.1f})" : "({:.1e}, {:.1e})", p.x, p.y); - } + } }; Then you can pass objects of type ``point`` to any formatting function::