Skip to content

Commit 2efb2ad

Browse files
committed
Fixing mistake in documentation
1 parent 2b8257a commit 2efb2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrayfire/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
3030
The backend can be chosen at the beginning of the program by using the following function
3131
32-
>>> af.backend.set(name)
32+
>>> af.set_backend(name)
3333
3434
where name is one of 'cuda', 'opencl' or 'cpu'
3535

0 commit comments

Comments
 (0)