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)
|
=> (none? 0)
|
||||||
False
|
False
|
||||||
|
|
||||||
=> (setf x None)
|
=> (setv x None)
|
||||||
=> (none? x)
|
=> (none? x)
|
||||||
True
|
True
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user