Skip to content

Commit d6aa7ee

Browse files
committed
doc: fix mis-rendered tabs
1 parent 3fe80c7 commit d6aa7ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/en/explanation/goodpractices.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ See the :confval:`strict` documentation for the options it enables and their eff
354354
If pytest adds new strictness options in the future, they will also be enabled in strict mode.
355355
Therefore, you should only enable strict mode if you use a pinned/locked version of pytest,
356356
or if you want to proactively adopt new strictness options as they are added.
357-
If you don't want to automatically pick up new options, you can enable options individually::
357+
If you don't want to automatically pick up new options, you can enable options individually:
358358

359359
.. tab:: toml
360360

@@ -376,7 +376,7 @@ If you don't want to automatically pick up new options, you can enable options i
376376
strict_parametrization_ids = true
377377
strict_xfail = true
378378
379-
If you want to use strict mode but having trouble with a specific option, you can turn it off individually::
379+
If you want to use strict mode but having trouble with a specific option, you can turn it off individually:
380380

381381
.. tab:: toml
382382

0 commit comments

Comments
 (0)