From c0b27542b77a413012a82e562097aa14f2bee923 Mon Sep 17 00:00:00 2001 From: Yifei Xu Date: Mon, 23 Aug 2021 15:07:47 -0600 Subject: [PATCH] Fix typo ("tutoral" -> "tutorial") Pretty minor change but nice to fix typos I guess --- source/tutorials/packaging-projects.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorials/packaging-projects.rst b/source/tutorials/packaging-projects.rst index 15245a16d..acc854032 100644 --- a/source/tutorials/packaging-projects.rst +++ b/source/tutorials/packaging-projects.rst @@ -7,7 +7,7 @@ to build the package, and how to upload it to the Python Package Index. .. tip:: - If you have trouble running the commands in this tutoral, please copy the command + If you have trouble running the commands in this tutorial, please copy the command and its output, then `open an issue`_ on the `packaging-problems`_ repository on GitHub. We'll do our best to help you!