Skip to content

Commit e7bdb44

Browse files
committed
added a title for 3.3.1
1 parent 4623a64 commit e7bdb44

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

source/ch3_javadatatypes.ptx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,8 @@ void main() {
460460
In fact, this is the first example of another big difference between Java and Python. Java does not support any operator overloading. Table 3 maps common Python string operations to their Java counterparts. For the examples shown in the table we will use a string variable called “str”
461461
</p>
462462

463-
<table>
463+
<table>
464+
<title> Comparison of common string operations in Python and Java. </title>
464465
<tabular>
465466
<row header="yes">
466467
<cell> Python </cell>

0 commit comments

Comments
 (0)