Skip to content

Commit 930e907

Browse files
minrkbetatim
andauthored
Update repo2docker/buildpacks/conda/__init__.py
Co-Authored-By: Tim Head <[email protected]>
1 parent 31da8e3 commit 930e907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repo2docker/buildpacks/conda/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def environment_yaml(self):
145145
# check if the env file is empty, if so instantiate an empty dictionary.
146146
if env is None:
147147
env = {}
148-
# check if the env file provided a dick-like thing not a list or other data structure.
148+
# check if the env file provided a dict-like thing not a list or other data structure.
149149
if not isinstance(env, Mapping):
150150
raise TypeError(
151151
"environment.yml should contain a dictionary. Got %r" % type(env)

0 commit comments

Comments
 (0)