From 5a06330f61d4198c2b4af4b3ce052cdd895acf16 Mon Sep 17 00:00:00 2001 From: Eric Siegerman Date: Fri, 1 May 2015 11:18:17 -0400 Subject: [PATCH] Doc typo --HG-- branch : pytest-2.7 --- doc/en/example/markers.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/en/example/markers.txt b/doc/en/example/markers.txt index fac0eeb99..5f7a17ae2 100644 --- a/doc/en/example/markers.txt +++ b/doc/en/example/markers.txt @@ -55,8 +55,8 @@ Or the inverse, running all tests except the webtest ones:: ================= 1 tests deselected by "-m 'not webtest'" ================= ================== 3 passed, 1 deselected in 0.01 seconds ================== -Selecing tests based on their node ID -------------------------------------- +Selecting tests based on their node ID +-------------------------------------- You can provide one or more :ref:`node IDs ` as positional arguments to select only specified tests. This makes it easy to select