Skip to content

Commit 0bbae87

Browse files
authored
Update README.md
1 parent 82bf547 commit 0bbae87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ but is designed to work well with it. An example of the syntax that you would us
1313
from clifford.tools.g3c import random_line
1414
from pyganja import *
1515
16-
draw_objects([random_line() for i in range(10)])
16+
draw([random_line() for i in range(10)])
1717
```
1818

1919
This would spawn a cefpython window displaying the random lines that you have drawn.

0 commit comments

Comments
 (0)