programatically -> programmatically

This commit is contained in:
Semen Zhydenko 2019-08-01 15:11:26 +02:00
parent d19fe3c410
commit 2ca47cb3f5
1 changed files with 1 additions and 1 deletions

View File

@ -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 <initialization-hooks>` hook:
.. code-block:: python