Skip to content

Commit

Permalink
Fix typo in embed.py docs (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurConmy authored Jul 15, 2024
1 parent cec7ed3 commit b1c9381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transformer_lens/components/embed.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Hooked Transformer Embed Component.
This module contains all the component :class:`BertMLMHead`.
This module contains all the component :class:`Embed`.
"""
from typing import Dict, Union

Expand Down

0 comments on commit b1c9381

Please sign in to comment.