Skip to content

Commit d893f5e

Browse files
committed
Fix comment
1 parent 26530b3 commit d893f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_build/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def get_netcdf4_include_dir():
6868
except OSError:
6969
has_ncconfig = False
7070

71-
# if nc-config exists, and USE_NCCONFIG not set, try to use it
71+
# if nc-config exists, and use_ncconfig not set, try to use it
7272
if use_ncconfig is None and has_ncconfig:
7373
use_ncconfig = has_ncconfig
7474

0 commit comments

Comments
 (0)