We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db6a54e commit a62010aCopy full SHA for a62010a
1 file changed
src/netCDF4/_netCDF4.pyx
@@ -1050,7 +1050,7 @@ are collective. There are a couple of important limitations of parallel IO:
1050
to write to it.
1051
- You cannot use variable-length (VLEN) data types.
1052
1053
-***Import warning regarding threads:*** The underlying netcdf-c library is not thread-safe, so netcdf4-python cannot perform parallel
+***Important warning regarding threads:*** The underlying netcdf-c library is not thread-safe, so netcdf4-python cannot perform parallel
1054
IO in a multi-threaded environment. Users should expect segfaults if a netcdf file is opened on multiple threads - care should
1055
be taken to restrict netcdf4-python usage to a single thread, even when using free-threaded python.
1056
0 commit comments