Skip to content

Commit b813de5

Browse files
committed
Review edits of watchers.rst
1 parent e44d9c0 commit b813de5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/sphinx/source/watchers.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
single: Watchers
2121

2222
======================================
23-
Watchers
23+
Watchers [Python 3.12+]
2424
======================================
2525

2626
From Python 3.12 onwards *watchers* have been added [#]_.
@@ -594,11 +594,12 @@ And it can be used like this:
594594
with cWatchers.PyDictWatcher(d):
595595
d['age'] = 42
596596
597-
.. raw:: latex
597+
..
598+
.. raw:: latex
598599
599-
[Continued on the next page]
600+
[Continued on the next page]
600601

601-
\pagebreak
602+
\pagebreak
602603

603604
And the result on ``stdout`` is something like:
604605

0 commit comments

Comments
 (0)