diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-06-03 09:49:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-03 09:49:14 (GMT) |
commit | 6db1eb98a4055ffef04c229f85bd73e4e4e1138b (patch) | |
tree | 872ec2d0aeaa5aea10b720257a9424ce1d8e5712 | |
parent | cc663b7e25539d938bf71bc1b4d69efd8824c2d3 (diff) | |
download | cpython-6db1eb98a4055ffef04c229f85bd73e4e4e1138b.zip cpython-6db1eb98a4055ffef04c229f85bd73e4e4e1138b.tar.gz cpython-6db1eb98a4055ffef04c229f85bd73e4e4e1138b.tar.bz2 |
[3.13] gh-119968: Improved monitoring c-api docs (GH-119969) (#119971)
gh-119968: Improved monitoring c-api docs (GH-119969)
(cherry picked from commit cae4c80714e7266772025676977e2a1b98cdcd7b)
Co-authored-by: Awbert <119314310+SweetyAngel@users.noreply.github.com>
-rw-r--r-- | Doc/c-api/monitoring.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/monitoring.rst b/Doc/c-api/monitoring.rst index ec743b9..b34035b 100644 --- a/Doc/c-api/monitoring.rst +++ b/Doc/c-api/monitoring.rst @@ -2,7 +2,7 @@ .. _monitoring: -Monitorong C API +Monitoring C API ================ Added in version 3.13. |