From e721a2043e1d7bf434d9f88299bb7887764d5fa5 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 10 Mar 2024 21:32:33 -0400 Subject: [PATCH] spelling: flatly Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- doc/en/naming20.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/naming20.rst b/doc/en/naming20.rst index 5a81df269..112130663 100644 --- a/doc/en/naming20.rst +++ b/doc/en/naming20.rst @@ -8,7 +8,7 @@ If you used older version of the ``py`` distribution (which included the py.test command line tool and Python name space) you accessed helpers and possibly collection classes through the ``py.test`` Python namespaces. The new ``pytest`` -Python module flaty provides the same objects, following +Python module flatly provides the same objects, following these renaming rules:: py.test.XYZ -> pytest.XYZ