Skip to content

Commit aa85241

Browse files
committed
scopedef: fix line too long
1 parent 67f66db commit aa85241

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pygccxml/declarations/scopedef.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,9 @@ class scopedef_t(declaration.declaration_t):
113113
114114
3. ``header_file`` - file that the declaration was declared in.
115115
116-
4. ``function`` - user ( your ) custom criteria. The interesting thing
117-
is that this function will be joined with other arguments (criteria).
116+
4. ``function`` - user ( your ) custom criteria. The interesting
117+
thing is that this function will be joined with
118+
other arguments (criteria).
118119
119120
5. ``recursive`` - the search declaration range, if True will be search
120121
in internal declarations too.

0 commit comments

Comments
 (0)