We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e44d9c0 commit b813de5Copy full SHA for b813de5
doc/sphinx/source/watchers.rst
@@ -20,7 +20,7 @@
20
single: Watchers
21
22
======================================
23
-Watchers
+Watchers [Python 3.12+]
24
25
26
From Python 3.12 onwards *watchers* have been added [#]_.
@@ -594,11 +594,12 @@ And it can be used like this:
594
with cWatchers.PyDictWatcher(d):
595
d['age'] = 42
596
597
-.. raw:: latex
+..
598
+ .. raw:: latex
599
- [Continued on the next page]
600
+ [Continued on the next page]
601
- \pagebreak
602
+ \pagebreak
603
604
And the result on ``stdout`` is something like:
605
0 commit comments