Skip to content

Commit cc9a80a

Browse files
committed
Fix docstring indentation
1 parent 8a4b04f commit cc9a80a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygccxml/parser/declarations_cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def cached_value(self, source_file, configuration):
8383
given configuration.
8484
:param source_file: path to the C++ source file being parsed.
8585
:param configuration: configuration(:class:`gccxml_configuration_t`)
86-
that was used for parsing
86+
that was used for parsing
8787
"""
8888

8989
raise NotImplementedError()

0 commit comments

Comments
 (0)