Skip to content

Commit efcf80c

Browse files
Update pygccxml/declarations/calldef.py
Accept change to fix spelling Co-authored-by: tao558 <[email protected]>
1 parent 4165041 commit efcf80c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygccxml/declarations/calldef.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def optional_args(self):
246246
@property
247247
def overrides(self):
248248
"""If a function is marked as an overrides, contains
249-
the declaration which this function overridess."""
249+
the declaration which this function overrides."""
250250
return self._overrides
251251

252252
@overrides.setter

0 commit comments

Comments
 (0)