Skip to content

Commit

Permalink
Update src/plone/api/portal.py
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Piercy <web@stevepiercy.com>
  • Loading branch information
thet and stevepiercy authored Jul 11, 2023
1 parent b671deb commit cfd0277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plone/api/portal.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ def translate(msgid, domain="plone", lang=None):
:param msgid: [required] message to translate
:type msgid: string | zope.i18nmessageid.Message
:param domain: i18n domain to use. When `msgid` is a instance of `Message`
:param domain: i18n domain to use. When ``msgid`` is an instance of ``Message``,
the Message' domain is used.
:type domain: string
:param lang: target language
Expand Down

0 comments on commit cfd0277

Please # to comment.