From 7a77e805c6cc7a8d2b65467683da14c2b376e35a Mon Sep 17 00:00:00 2001 From: hmd101 <33073354+hmd101@users.noreply.github.com> Date: Fri, 12 Jul 2024 15:37:27 -0400 Subject: [PATCH] typo-fix in cookbook (#837) --- docs/cookbook.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cookbook.rst b/docs/cookbook.rst index 26f45d59..7489b70a 100644 --- a/docs/cookbook.rst +++ b/docs/cookbook.rst @@ -8,7 +8,7 @@ A lot of people and a lot of projects use Nox for their python automation powers Some of these sessions are the classic "run pytest and linting", some are more unique and more interesting! -The Nox cookbook is a collection of these such sessions. +The Nox cookbook is a collection of these sessions. Nox is super easy to get started with, and super powerful right out of the box. But when things get complex or you want to chain together some more powerful tasks, often the only examples can be found hunting around GitHub for novel sessions.