Skip to content

Commit e87d10c

Browse files
added black's github link in tutorial (#10303) (#10335)
(cherry picked from commit 5ab0d19) Co-authored-by: Alex Prabhat Bara <[email protected]>
1 parent 59d4c26 commit e87d10c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/tutorial.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,12 @@ preferences a bit better.
6464
Your First Pylint'ing
6565
---------------------
6666

67-
We'll use a basic Python script with ``black`` already applied on it,
67+
We'll use a basic Python script with `black`_ already applied on it,
6868
as fodder for our tutorial. The starting code we will use is called
6969
``simplecaesar.py`` and is here in its entirety:
7070

71+
.. _`black`: https://github.com/psf/black
72+
7173
.. sourcecode:: python
7274

7375
#!/usr/bin/env python3

0 commit comments

Comments
 (0)