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 d6e4d41 commit b2a137aCopy full SHA for b2a137a
deprecations_to_md.py
@@ -20,7 +20,7 @@
20
with open(outfile, 'w') as f:
21
f.write(Path(header).read_text())
22
for (ver, features) in sorted(by_version.items()):
23
- f.write(rf"""
+ f.write(fr"""
24
### Features available up to and including -\-simics-api={ver.str}
25
These features correspond to functionality removed when compiling using
26
Simics API {ver.ordinal + 1} or newer. With older Simics API versions, these
0 commit comments