Skip to content

Commit 5050d87

Browse files
authored
[skip-ci][docu] fix endcode position (#20680)
* [docu] fix endcode position Fixes #20679 * [docu] fix encode position
1 parent 34bb8b6 commit 5050d87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bindings/pyroot/pythonizations/python/ROOT/_pythonization/_tbrowser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
will be suspended until <space> key pressed by user. Simple example:
1717
1818
\code{.py}
19-
\endcode
2019
import ROOT
2120
2221
# block until space is pressed
@@ -28,6 +27,7 @@
2827
br.Draw(block = True)
2928
3029
# continues after <space> is pressed
30+
\endcode
3131
\endpythondoc
3232
'''
3333

bindings/pyroot/pythonizations/python/ROOT/_pythonization/_tcanvas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
will be suspended until <space> key pressed by user. Simple example:
1717
1818
\code{.py}
19-
\endcode
2019
import ROOT
2120
2221
c = ROOT.TCanvas()
@@ -29,6 +28,7 @@
2928
3029
# continues after <space> is pressed
3130
c.SaveAs("canvas.root")
31+
\endcode
3232
\endpythondoc
3333
'''
3434

0 commit comments

Comments
 (0)