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 89b9ea6 commit f9b24c4Copy full SHA for f9b24c4
src/datasets/__init__.py
@@ -27,7 +27,7 @@
27
28
if version.parse(platform.python_version()) < version.parse("3.7"):
29
raise ImportWarning(
30
- "To use `datasets`, `python>=3.7` is required, and the current version of python doesn't match this condition."
+ "To use `datasets`, Python>=3.7 is required, and the current version of Python doesn't match this condition."
31
)
32
33
if version.parse(pyarrow.__version__).major < 6:
0 commit comments