aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Rittau <srittau@rittau.biz>2022-01-04 19:29:28 +0100
committerGitHub <noreply@github.com>2022-01-04 12:29:28 -0600
commitdef3e45c691a77882bdebf791ab4e90da9a91f6a (patch)
tree223893f49270e120f106a926f44b34c096d75cd8
parent2370371c7258f0b1432c34498ad742783503750d (diff)
downloadtyping-def3e45c691a77882bdebf791ab4e90da9a91f6a.tar.gz
Fix link (#1007)
-rw-r--r--docs/source/stubs.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/stubs.rst b/docs/source/stubs.rst
index ae45670..24987d4 100644
--- a/docs/source/stubs.rst
+++ b/docs/source/stubs.rst
@@ -590,7 +590,7 @@ of stub-only objects is to model types that are best described by their
structure. These objects are called protocols [#pep544]_, and it is encouraged
to use them freely to describe simple structural types.
-It is `recommended <private-definitions>`_ to prefix stubs-only object names with ``_``.
+It is `recommended <#private-definitions>`_ to prefix stubs-only object names with ``_``.
Incomplete Stubs
----------------