Skip to content

Commit a245a98

Browse files
authored
[NFC][libclang/python] Fix code highlighting in release notes (#102807)
This corrects a release note introduced in #98745
1 parent 3036bcd commit a245a98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ Clang Frontend Potentially Breaking Changes
6161
Clang Python Bindings Potentially Breaking Changes
6262
--------------------------------------------------
6363
- Parts of the interface returning string results will now return
64-
the empty string `""` when no result is available, instead of `None`.
65-
- Calling a property on the `CompletionChunk` or `CompletionString` class
66-
statically now leads to an error, instead of returning a `CachedProperty` object
64+
the empty string ``""`` when no result is available, instead of ``None``.
65+
- Calling a property on the ``CompletionChunk`` or ``CompletionString`` class
66+
statically now leads to an error, instead of returning a ``CachedProperty`` object
6767
that is used internally. Properties are only available on instances.
6868

6969
What's New in Clang |release|?

0 commit comments

Comments
 (0)