Skip to content

Commit

Permalink
PEP 655: Highlight TypeScript code snippet correctly (#2343)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfstr authored Feb 19, 2022
1 parent 569a359 commit a7788db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pep-0655.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a7788db

Please sign in to comment.