Commit e1265693 authored by Armand McQueen's avatar Armand McQueen Committed by Yuxin Wu

Typo (#1192)

parent 8f10b0f8
......@@ -87,5 +87,5 @@ class DatasetRegistry():
Returns:
DatasetSplit
"""
assert name in DatasetRegistry._registry, "Dataset {} was not egistered!".format(name)
assert name in DatasetRegistry._registry, "Dataset {} was not registered!".format(name)
return DatasetRegistry._registry[name]()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment