PEP 655: Highlight TypeScript code snippet correctly (#2343)
This commit is contained in:
parent
569a359368
commit
a7788dba3e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue