From ed8dd7e19bc39ab031d8e5bf8cdbe63427e284b5 Mon Sep 17 00:00:00 2001 From: Daisuke Kato Date: Tue, 9 Dec 2025 10:37:40 +0900 Subject: [PATCH] Fix typo in tutorial documentation --- docs/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 601068724..a9581ed93 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -45,7 +45,7 @@ Each item must have at least: - a title, and - a description. -A need item is a generic object which can become anything you you require for your project: a requirement, a test case, a user story, a bug, an employee, a product... +A need item is a generic object which can become anything you require for your project: a requirement, a test case, a user story, a bug, an employee, a product... sphinx-needs comes with some default types: ``req``, ``spec``, ``impl``, and ``test``, which can be used as directives: