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 31da8e3 commit 930e907Copy full SHA for 930e907
repo2docker/buildpacks/conda/__init__.py
@@ -145,7 +145,7 @@ def environment_yaml(self):
145
# check if the env file is empty, if so instantiate an empty dictionary.
146
if env is None:
147
env = {}
148
- # check if the env file provided a dick-like thing not a list or other data structure.
+ # check if the env file provided a dict-like thing not a list or other data structure.
149
if not isinstance(env, Mapping):
150
raise TypeError(
151
"environment.yml should contain a dictionary. Got %r" % type(env)
0 commit comments