Skip to content

Commit

Permalink
API doc typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pekkaklarck committed Oct 19, 2022
1 parent fc6bfc4 commit 314f398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/robot/conf/languages.py
Expand Up @@ -41,7 +41,7 @@ def __init__(self, languages=None, add_english=True):
:param add_english: If True, English is added automatically.
:raises: :class:`~robot.errors.DataError` if a given language is not found.
:meth:`add.language` can be used to add languages after initialization.
:meth:`add_language` can be used to add languages after initialization.
"""
self.languages = []
self.headers = {}
Expand Down

0 comments on commit 314f398

Please sign in to comment.