Skip to content

Commit 2d9c947

Browse files
committed
Fixed comment in install
1 parent 8fd196b commit 2d9c947

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graphql/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626

2727
try:
2828
# This variable is injected in the __builtins__ by the build
29-
# process. It used to enable importing subpackages of sklearn when
30-
# the binaries are not built
29+
# process. It used to enable importing subpackages when
30+
# the required packages are not installed
3131
__GRAPHQL_SETUP__
3232
except NameError:
3333
__GRAPHQL_SETUP__ = False

0 commit comments

Comments
 (0)