Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit aa1524e

Browse files
bryant1410matt-gardner
authored andcommitted
Fix typo in a comment (#2826)
1 parent 7c4311b commit aa1524e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

allennlp/common/params.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ class Params(MutableMapping):
193193
"""
194194

195195
# This allows us to check for the presence of "None" as a default argument,
196-
# which we require because we make a distinction bewteen passing a value of "None"
196+
# which we require because we make a distinction between passing a value of "None"
197197
# and passing no value to the default parameter of "pop".
198198
DEFAULT = object()
199199

0 commit comments

Comments
 (0)