Skip to content

Commit 427c071

Browse files
Doc string update
Co-authored-by: Jannick Kremer <[email protected]>
1 parent c603ed2 commit 427c071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/bindings/python/clang/cindex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2600,7 +2600,7 @@ def get_fully_qualified_name(self, policy, with_global_ns_prefix=False):
26002600
This includes full qualification of all template parameters.
26012601
26022602
policy - This PrintingPolicy can further refine the type formatting
2603-
with_global_ns_prefix - If true, function will prepend a '::' to qualified names
2603+
with_global_ns_prefix - If true, prepend '::' to qualified names
26042604
"""
26052605
return _CXString.from_result(
26062606
conf.lib.clang_getFullyQualifiedName(self, policy, with_global_ns_prefix)

0 commit comments

Comments
 (0)