From 0ee7fd233dcc991782f80bc5ab8c6b35a257fdd1 Mon Sep 17 00:00:00 2001 From: Diego Ramirez Date: Mon, 17 Oct 2022 11:59:30 -0500 Subject: [PATCH] Fix a possible typo From my point of view, there's a missing 'a'. --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 05e8c848..59b145f1 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -37,7 +37,7 @@ To run both of these sessions, just run:: nox -For each session, Nox will automatically create `virtualenv`_ with the appropriate interpreter, install the specified dependencies, and run the commands in order. +For each session, Nox will automatically create a `virtualenv`_ with the appropriate interpreter, install the specified dependencies, and run the commands in order. To learn how to install and use Nox, see the :doc:`tutorial`. For documentation on configuring sessions, see :doc:`config`. For documentation on running ``nox``, see :doc:`usage`.