We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6dac50 commit 4a8aaceCopy full SHA for 4a8aace
docs/api/pykx-execution/q.md
@@ -2821,7 +2821,7 @@ See https://code.kx.com/q/ref/tok/ for more information on accepted lists for ca
2821
>>> kx.q.tok(b'F', b'3.14')
2822
pykx.FloatAtom(pykx.q('3.14'))
2823
>>> float_int = kx.toq(-9, kx.ShortAtom)
2824
->>> kx.qkx.toq(int(1), kx.ShortAtom)
+>>> kx.toq(int(1), kx.ShortAtom)
2825
```
2826
2827
### [compose](https://code.kx.com/q/ref/compose/)
0 commit comments