Skip to content

Commit 8eec730

Browse files
committed
docs: fix missing quote in in CMS NanoAOD guide
Closes #3657
1 parent 1ebb036 commit 8eec730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cernopendata/modules/fixtures/data/docs/cms-getting-started-nanoaod/cms-getting-started-nanoaod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Warning in <TClass::Init>: no dictionary for class pair<edm::Hash<1>,edm::Parame
129129
root [1] TTree *t = (TTree*)_file0->Get("Events")
130130
(TTree *) 0x55f8837d3910
131131

132-
root [2] t->Draw("Muon_pt,"Muon_pt < 2000") # draws pT of all muons below 2 TeV
132+
root [2] t->Draw("Muon_pt","Muon_pt < 2000") # draws pT of all muons below 2 TeV
133133
Info in <TCanvas::MakeDefCanvas>: created default TCanvas with name c1
134134
(long long) 4804238
135135

0 commit comments

Comments
 (0)