PEP 655: Highlight TypeScript code snippet correctly (#2343)

This commit is contained in:
David Foster 2022-02-19 17:25:43 -05:00 committed by GitHub
parent 569a359368
commit a7788dba3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ One might think it unusual to propose syntax that prioritizes marking
*required* keys rather than syntax for *potentially-missing* keys, as is
customary in other languages like TypeScript:
::
.. code-block:: typescript
interface Movie {
title: string;