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