Skip to content

Commit 711bc49

Browse files
authored
[docu] fix encode position
1 parent 6856a35 commit 711bc49

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/_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

0 commit comments

Comments
 (0)