diff options
Diffstat (limited to 'sphinx/directives/other.py')
-rw-r--r-- | sphinx/directives/other.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/directives/other.py b/sphinx/directives/other.py index 83cbb6707..083fa088a 100644 --- a/sphinx/directives/other.py +++ b/sphinx/directives/other.py @@ -172,7 +172,7 @@ class Author(SphinxDirective): text = _('Code author: ') else: text = _('Author: ') - emph += nodes.Text(text, text) + emph += nodes.Text(text) inodes, messages = self.state.inline_text(self.arguments[0], self.lineno) emph.extend(inodes) |