Skip to content

Commit 630380d

Browse files
authored
Lint
1 parent 38ddc09 commit 630380d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinxcontrib/phpdomain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def add_target_and_index(self, name_cls, sig, signode):
285285
'duplicate object description of %s, ' % fullname +
286286
'other instance in ' +
287287
self.env.doc2path(objects[fullname][0]),
288-
line = self.lineno)
288+
line=self.lineno)
289289
objects[fullname] = (self.env.docname, self.objtype)
290290

291291
indextext = self.get_index_text(modname, name_cls)

0 commit comments

Comments
 (0)