Skip to content

Commit 32ecc1d

Browse files
committed
fix typos
1 parent 6ffbcab commit 32ecc1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bindings/pyroot/pythonizations/test/th1_fillN.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def _run_fill_test(self, data):
4242
with self.assertRaises(ValueError):
4343
simple_hist.Fill(data, [0.1, 0.2, 0.3]) # too short
4444

45-
# Run with différent inputs
45+
# Run with different inputs
4646
def test_fill_arraylike(self):
4747
import numpy as np
4848

bindings/pyroot/pythonizations/test/th2_fillN.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def _run_fill_test(self, x_data, y_data):
5151
with self.assertRaises(ValueError):
5252
simple_hist.Fill(x_data, y_data, [0.1, 0.2, 0.3]) # too short
5353

54-
# Run with différent inputs
54+
# Run with different inputs
5555
def test_fill_arraylike(self):
5656
import numpy as np
5757

0 commit comments

Comments
 (0)