Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 957e41c

Browse files
committed
fix suggested by @bsipocz
1 parent 412a801 commit 957e41c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sphinx_automodapi/automodsumm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ def run(self):
144144
clsonly = 'classes-only' in self.options
145145
varonly = 'variables-only' in self.options
146146
if [clsonly, funconly, varonly].count(True) > 1:
147-
self.warn('more than one of functions-only, classes-only, '
148-
'or variables-only defined. Ignoring.')
147+
self.warn('more than one of "functions-only", "classes-only", '
148+
'or "variables-only" defined. Ignoring.')
149149
clsonly = funconly = varonly = False
150150

151151
skipnames = []

0 commit comments

Comments
 (0)