Fix trivial typo in PEP 572 (#691)
This commit is contained in:
parent
23a91023fa
commit
5bfcc17b8e
|
@ -981,7 +981,7 @@ became::
|
||||||
if (diff := x - x_base) and (g := gcd(diff, n)) > 1:
|
if (diff := x - x_base) and (g := gcd(diff, n)) > 1:
|
||||||
return g
|
return g
|
||||||
|
|
||||||
That ``if`` is about as long as I want my lines to get, bur remains easy
|
That ``if`` is about as long as I want my lines to get, but remains easy
|
||||||
to follow.
|
to follow.
|
||||||
|
|
||||||
So, in all, in most lines binding a name, I wouldn't use assignment
|
So, in all, in most lines binding a name, I wouldn't use assignment
|
||||||
|
|
Loading…
Reference in New Issue