Skip to content

Commit 53edef4

Browse files
Fix reST formatting for Java code block
1 parent 9580655 commit 53edef4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

peps/pep-0835.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ ecosystems, notably Java. In Java (formalized in `JSR 308 <https://jcp.org/en/js
108108
and other JVM languages, the ``@`` symbol is standard for type annotations:
109109

110110
.. code-block:: java
111+
111112
public class Person {
112113
@Column(length = 32)
113114
private String name;

0 commit comments

Comments
 (0)