Skip to content

Commit 515d516

Browse files
committed
fix docstring
Signed-off-by: Jade Abraham <[email protected]>
1 parent 74fb225 commit 515d516

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

sphinxcontrib/chapeldomain/__init__.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,10 @@ def _pseudo_parse_arglist(signode, arglist):
207207

208208
@staticmethod
209209
def _handle_signature_suffix(signode, retann, anno, where_clause):
210-
"""handle the signature suffix items like return intent, return type, where clause, annotation, etc."""
210+
"""
211+
handle the signature suffix items like return intent, return type,
212+
where clause, annotation, etc.
213+
"""
211214
if retann:
212215
if ':' in retann:
213216
retintent, _, rettype = retann.partition(':')

0 commit comments

Comments
 (0)