Closed
Description
Bug report
Bug description:
f"{1! r}"
Gives the error
SyntaxError: f-string: conversion type must come right after the exclamanation mark
There is a typo in the word "exclamanation" (should be "exclamation")
CPython versions tested on:
3.13, 3.12
Operating systems tested on:
Windows