Skip to content

Commit 5f38417

Browse files
Correct minor typo in print function.
1 parent 0961fc4 commit 5f38417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyapr/io/io_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def initialize_particles_type(typestr):
125125
if typestr == 'uint64':
126126
return pyapr.LongParticles()
127127

128-
print('deduced datatype {} is currently not supported - returning None'.format(typestr))
128+
print('Deducted datatype {} is currently not supported - returning None'.format(typestr))
129129
return None
130130

131131

0 commit comments

Comments
 (0)