Skip to content

Commit a6e1123

Browse files
authored
typo (qubvel#360)
1 parent c0170ac commit a6e1123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

segmentation_models_pytorch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def create_model(
3434
try:
3535
model_class = archs_dict[arch.lower()]
3636
except KeyError:
37-
raise KeyError("Wrong architecture type `{}`. Avalibale options are: {}".format(
37+
raise KeyError("Wrong architecture type `{}`. Available options are: {}".format(
3838
arch, list(archs_dict.keys()),
3939
))
4040
return model_class(

0 commit comments

Comments
 (0)