Minor C API documentation improvements. (GH-17696)
The added parentheses around the PyIter_Next assignment suppress the following warning which gcc throws without: ``` warning: using the result of an assignment as a condition without parentheses [-Wparentheses] ``` The other change is a typo fix
W
William Ayd committed
5c7ed7550ec2da16d7679e538fcd7c1a5631811f
Parent: 025eeaa
Committed by Benjamin Peterson <benjamin@python.org>
on 12/25/2019, 4:25:56 AM