Skip to content

Commit bc735a6

Browse files
committed
Remove sentence about older versions.
1 parent efb0c72 commit bc735a6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Doc/c-api/intro.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,8 @@ complete listing.
187187
expensive operation to this macro. Instead, store the result as a
188188
variable and then pass it.
189189

190-
*type* is the type of the expression. In modern versions of Python, this is
191-
unused and only kept for backwards compatibility. Historically, *type* was
192-
used to cast *integer*.
190+
*type* is unused and only kept for backwards compatibility. Historically,
191+
*type* was used to cast *integer*.
193192

194193
.. versionchanged:: 3.1
195194

0 commit comments

Comments
 (0)