We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dae0f28 commit 39f0239Copy full SHA for 39f0239
cf/__init__.py
@@ -89,7 +89,7 @@
89
)
90
91
x = ", ".join(_requires)
92
-_error0 = f"cf v{ __version__} requires the modules {x}. "
+_error0 = f"cf v{__version__} requires the modules {x}. "
93
94
try:
95
import cfdm
cf/read_write/read.py
@@ -990,7 +990,7 @@ def read(
990
if info:
991
logger.info(
992
f"{org_len} input field{_plural(org_len)} aggregated into "
993
- f"{n} field{ _plural(n)}"
+ f"{n} field{_plural(n)}"
994
) # pragma: no cover
995
996
# ----------------------------------------------------------------
0 commit comments