From 867ca4ff6c4772698004af4a008521d7bb266b50 Mon Sep 17 00:00:00 2001 From: nathan <22184131+nhtsai@users.noreply.github.com> Date: Tue, 11 Oct 2022 00:33:24 -0400 Subject: [PATCH] Fix typo in tutorial.rst (#660) --- docs/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 9189189d..3f3ad463 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -490,7 +490,7 @@ sessions: - flake8 -If you run ``nox -t style fix``, Nox will all sessions that match *any* of +If you run ``nox -t style fix``, Nox will run all sessions that match *any* of the tags, so all three sessions: .. code-block:: console