diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:10:45 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:56 -0400 |
commit | c2db29430abe8a13f4106dcedfe217bb1ee11290 (patch) | |
tree | 0828ad69f37663acb725c4bcdb4ea0aec038acbc /python/pyresample | |
parent | 16ad0622b6e472c96f5ca696f570962bf5a7d2f4 (diff) |
python/pyresample: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/pyresample')
-rw-r--r-- | python/pyresample/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/pyresample/README b/python/pyresample/README index 1361d520ed71..f7c5cd1ce5c7 100644 --- a/python/pyresample/README +++ b/python/pyresample/README @@ -7,5 +7,5 @@ swath data. Optional dependencies: numexpr, quicklook (not available from SBo) -NOTE: Cython will not be used. Use environment variable 'USE_CYTHON=True' -to use it. +NOTE: Cython will not be used by default. Set environment variable +'USE_CYTHON=True' to use it. |