Skip to content

Commit 6856a35

Browse files
authored
[docu] fix endcode position
Fixes #20679
1 parent 34bb8b6 commit 6856a35

File tree

1 file changed

+1
-1
lines changed
  • bindings/pyroot/pythonizations/python/ROOT/_pythonization

1 file changed

+1
-1
lines changed

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)