Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-steinmeyer committed Jul 6, 2023
1 parent 8631b8b commit 40b9328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kerassurgeon/surgeon.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ def _apply_delete_mask(self, node, inbound_masks):
# to consider the inbound_delete_mask
if inbound_masks is not None:
raise ValueError(
'Channels cannot be deleted bedore Embedding '
'Channels cannot be deleted before Embedding '
'layers because they change the number of '
'channels.'
)
Expand Down

0 comments on commit 40b9328

Please sign in to comment.