diff options
author | Alex Waygood <Alex.Waygood@Gmail.com> | 2021-12-05 20:49:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-05 20:49:36 (GMT) |
commit | c0521fe49fd75e794a38a216813658ab40185834 (patch) | |
tree | 154196cbace6873f07b3f07debbeadf8f248ffcc /Misc | |
parent | 2b318ce1c988b7b6e3caf293d55f289e066b6e0f (diff) | |
download | cpython-c0521fe49fd75e794a38a216813658ab40185834.zip cpython-c0521fe49fd75e794a38a216813658ab40185834.tar.gz cpython-c0521fe49fd75e794a38a216813658ab40185834.tar.bz2 |
bpo-45840: Improve cross-references in the data model documentation (GH-29633)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2021-11-19-02-02-32.bpo-45840.A51B2S.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2021-11-19-02-02-32.bpo-45840.A51B2S.rst b/Misc/NEWS.d/next/Documentation/2021-11-19-02-02-32.bpo-45840.A51B2S.rst new file mode 100644 index 0000000..87371e5 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2021-11-19-02-02-32.bpo-45840.A51B2S.rst @@ -0,0 +1 @@ +Improve cross-references in the documentation for the data model. |