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 8a4b04f commit cc9a80aCopy full SHA for cc9a80a
pygccxml/parser/declarations_cache.py
@@ -83,7 +83,7 @@ def cached_value(self, source_file, configuration):
83
given configuration.
84
:param source_file: path to the C++ source file being parsed.
85
:param configuration: configuration(:class:`gccxml_configuration_t`)
86
- that was used for parsing
+ that was used for parsing
87
"""
88
89
raise NotImplementedError()
0 commit comments