We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aedd2f8 commit f00c427Copy full SHA for f00c427
1 file changed
mp_api/client/client.py
@@ -137,7 +137,8 @@ def __init__(
137
except ImportError:
138
self.contribs = None
139
warnings.warn("mpcontribs-client not installed. "
140
- "Install the package o query MPContribs data, or construct pourbaix diagrams.")
+ "Install the package to query MPContribs data, or construct pourbaix diagrams: "
141
+ "'pip install mpcontribs-client'")
142
except Exception as error:
143
144
warnings.warn(f"Problem loading MPContribs client: {error}")
0 commit comments