Skip to content

Commit 4a8aace

Browse files
committed
Fixed typo
1 parent d6dac50 commit 4a8aace

File tree

1 file changed

+1
-1
lines changed
  • docs/api/pykx-execution

1 file changed

+1
-1
lines changed

docs/api/pykx-execution/q.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2821,7 +2821,7 @@ See https://code.kx.com/q/ref/tok/ for more information on accepted lists for ca
28212821
>>> kx.q.tok(b'F', b'3.14')
28222822
pykx.FloatAtom(pykx.q('3.14'))
28232823
>>> float_int = kx.toq(-9, kx.ShortAtom)
2824-
>>> kx.qkx.toq(int(1), kx.ShortAtom)
2824+
>>> kx.toq(int(1), kx.ShortAtom)
28252825
```
28262826

28272827
### [compose](https://code.kx.com/q/ref/compose/)

0 commit comments

Comments
 (0)