We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6cbd41 commit 5ab0d19Copy full SHA for 5ab0d19
doc/tutorial.rst
@@ -64,10 +64,12 @@ preferences a bit better.
64
Your First Pylint'ing
65
---------------------
66
67
-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,
68
as fodder for our tutorial. The starting code we will use is called
69
``simplecaesar.py`` and is here in its entirety:
70
71
+.. _`black`: https://github.com/psf/black
72
+
73
.. sourcecode:: python
74
75
#!/usr/bin/env python3
0 commit comments