Skip to content

Commit a62010a

Browse files
author
Jeff Whitaker
committed
fix typo in docstring
1 parent db6a54e commit a62010a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/netCDF4/_netCDF4.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ are collective. There are a couple of important limitations of parallel IO:
10501050
to write to it.
10511051
- You cannot use variable-length (VLEN) data types.
10521052
1053-
***Import warning regarding threads:*** The underlying netcdf-c library is not thread-safe, so netcdf4-python cannot perform parallel
1053+
***Important warning regarding threads:*** The underlying netcdf-c library is not thread-safe, so netcdf4-python cannot perform parallel
10541054
IO in a multi-threaded environment. Users should expect segfaults if a netcdf file is opened on multiple threads - care should
10551055
be taken to restrict netcdf4-python usage to a single thread, even when using free-threaded python.
10561056

0 commit comments

Comments
 (0)