Skip to content

Commit b2a137a

Browse files
committed
Placate fisketur
1 parent d6e4d41 commit b2a137a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deprecations_to_md.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
with open(outfile, 'w') as f:
2121
f.write(Path(header).read_text())
2222
for (ver, features) in sorted(by_version.items()):
23-
f.write(rf"""
23+
f.write(fr"""
2424
### Features available up to and including -\-simics-api={ver.str}
2525
These features correspond to functionality removed when compiling using
2626
Simics API {ver.ordinal + 1} or newer. With older Simics API versions, these

0 commit comments

Comments
 (0)