# Bug report ### Bug description: ```python 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 <!-- gh-linked-prs --> ### Linked PRs * gh-135495 * gh-135499 * gh-135501 <!-- /gh-linked-prs -->
Bug report
Bug description:
f"{1! r}"Gives the error
There is a typo in the word "exclamanation" (should be "exclamation")
CPython versions tested on:
3.13, 3.12
Operating systems tested on:
Windows
Linked PRs