Skip to content

Commit d4bdc11

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4bf1d55 commit d4bdc11

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

strax/dtypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def copy_to_buffer(
247247
):
248248
"""Copy the data from the source to the destination e.g. raw_records to records.
249249
250-
To this end, we dynamically create the njitted function with the name
250+
To this end, we dynamically create the njitted function with the name
251251
'func_name' (should start with "_").
252252
253253
:param source: array of input

tests/test_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def test_time_selection(d, second_time, second_dt):
9999
def test_selection_str(d):
100100
"""Test selection string.
101101
102-
We are going for this example check that selecting
102+
We are going for this example check that selecting
103103
the data based on the data field is the same as if we
104104
were to use a mask NB: data must have some length!
105105
@@ -120,7 +120,7 @@ def test_selection_str(d):
120120
def test_selection_function(d):
121121
"""Test selection string.
122122
123-
We are going for this example check that selecting
123+
We are going for this example check that selecting
124124
the data based on the data field is the same as if we
125125
were to use a mask NB: data must have some length!
126126

0 commit comments

Comments
 (0)