diff --git a/doc/tutorial.rst b/doc/tutorial.rst index fce4722341..9dee73e1e7 100644 --- a/doc/tutorial.rst +++ b/doc/tutorial.rst @@ -64,10 +64,12 @@ preferences a bit better. Your First Pylint'ing --------------------- -We'll use a basic Python script with ``black`` already applied on it, +We'll use a basic Python script with `black`_ already applied on it, as fodder for our tutorial. The starting code we will use is called ``simplecaesar.py`` and is here in its entirety: +.. _`black`: https://github.com/psf/black + .. sourcecode:: python #!/usr/bin/env python3