Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c878f1c

Browse files
author
Troy Melhase
committed
Typo.
1 parent 90fbe83 commit c878f1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/translation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ necessary, those expressions are moved outside of statements.
5252

5353
All of the following assignment operators are translated into their Python
5454
equivalents:
55-
55+
5656
= += -= *= /= &= |= ^= %= <<= >>=
5757

5858
The bit shift right (`>>>`)and bit shift assign right (`>>>=`) operators are
@@ -131,7 +131,7 @@ statements.
131131

132132
Java `try` and `catch` statements are translated to equivalent Python `try` and
133133
`except` statements.
134-
134+
135135
#### switch and case
136136

137137
Java `switch` and `case` statements are translated to equivalent Python `if`
@@ -160,7 +160,7 @@ statements.
160160

161161
#### throw
162162

163-
Java `throw` statements are translated to equivalent Python `throw` statements.
163+
Java `throw` statements are translated to equivalent Python `raise` statements.
164164

165165
#### break
166166

0 commit comments

Comments
 (0)