We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4165041 commit efcf80cCopy full SHA for efcf80c
pygccxml/declarations/calldef.py
@@ -246,7 +246,7 @@ def optional_args(self):
246
@property
247
def overrides(self):
248
"""If a function is marked as an overrides, contains
249
- the declaration which this function overridess."""
+ the declaration which this function overrides."""
250
return self._overrides
251
252
@overrides.setter
0 commit comments