Remove stray use of setf
in documentation
This commit is contained in:
parent
a537d33471
commit
687d750a88
@ -705,7 +705,7 @@ Returns ``True`` if *x* is ``None``.
|
||||
=> (none? 0)
|
||||
False
|
||||
|
||||
=> (setf x None)
|
||||
=> (setv x None)
|
||||
=> (none? x)
|
||||
True
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user