From 202646dbdf4a4014cb1e07f5121e10c2d433ce2b Mon Sep 17 00:00:00 2001 From: Erik Date: Tue, 19 Jul 2022 07:56:39 +0200 Subject: [PATCH] Update hello_world.rst --- docs/source/tutorials/hello_world.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/tutorials/hello_world.rst b/docs/source/tutorials/hello_world.rst index da4bfe6ba..6829d0865 100644 --- a/docs/source/tutorials/hello_world.rst +++ b/docs/source/tutorials/hello_world.rst @@ -104,7 +104,7 @@ Let's start off with an empty :class:`Pipeline` object pipeline = depthai.Pipeline() Now, first node we will add is a :class:`ColorCamera`. We will use the :code:`preview` output, resized to 300x300 to fit the -`mobilenet-ssd input size `__ (which we will define later) +`mobilenet-ssd input size `__ (which we will define later) .. code-block:: python