Skip to content

Commit 85e240e

Browse files
edoddridgeshoyer
authored andcommitted
extraneous full stop in 88 char warning (#2003)
1 parent 6456df4 commit 85e240e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/backends/netCDF4_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def open(cls, filename, mode='r', format='NETCDF4', group=None,
265265
LooseVersion(nc4.__version__) < "1.3.1"):
266266
warnings.warn(
267267
'\nA segmentation fault may occur when the\n'
268-
'file path has exactly 88 characters as it does.\n'
268+
'file path has exactly 88 characters as it does\n'
269269
'in this case. The issue is known to occur with\n'
270270
'version 1.2.4 of netCDF4 and can be addressed by\n'
271271
'upgrading netCDF4 to at least version 1.3.1.\n'

0 commit comments

Comments
 (0)