Skip to content

Commit f9b24c4

Browse files
committed
Remove backticks
1 parent 89b9ea6 commit f9b24c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/datasets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
if version.parse(platform.python_version()) < version.parse("3.7"):
2929
raise ImportWarning(
30-
"To use `datasets`, `python>=3.7` is required, and the current version of python doesn't match this condition."
30+
"To use `datasets`, Python>=3.7 is required, and the current version of Python doesn't match this condition."
3131
)
3232

3333
if version.parse(pyarrow.__version__).major < 6:

0 commit comments

Comments
 (0)