Skip to content

Commit 433f38c

Browse files
committed
minor edits
1 parent 0bb4abd commit 433f38c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

overview/examples/file_open.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
ROOT is unable to open the file of course and emits an error message but an
33
exception is not raised at this point leading to (sometimes difficult to
4-
intepret) issues downstream:
4+
interpret) issues downstream:
55
"""
66
from ROOT import TFile
77

overview/examples/file_open.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
ROOT is unable to open the file of course and emits an error message but an
55
exception is not raised at this point leading to (sometimes difficult to
6-
intepret) issues downstream:
6+
interpret) issues downstream:
77
"""
88
from ROOT import TFile
99

overview/rootpy-talk.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@
166166
\end{pyglist}
167167
\item Attributes can be accessed via properties:
168168
\begin{pyglist}[language=python,texcl=true,style=vs]
169+
hist.title = 'Fit Result'
169170
hist.fillstyle = 'solid'
170171
color = hist.linecolor
171172
\end{pyglist}

0 commit comments

Comments
 (0)