From 2ca47cb3f5d07938103aed70481d22c79aef1dca Mon Sep 17 00:00:00 2001 From: Semen Zhydenko Date: Thu, 1 Aug 2019 15:11:26 +0200 Subject: [PATCH] programatically -> programmatically --- doc/en/mark.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/mark.rst b/doc/en/mark.rst index de6ab7822..3899dab88 100644 --- a/doc/en/mark.rst +++ b/doc/en/mark.rst @@ -40,7 +40,7 @@ You can register custom marks in your ``pytest.ini`` file like this: Note that everything after the ``:`` is an optional description. -Alternatively, you can register new markers programatically in a +Alternatively, you can register new markers programmatically in a :ref:`pytest_configure ` hook: .. code-block:: python