Skip to content

Commit d2e0a29

Browse files
committed
Readme update
1 parent e9f1a5c commit d2e0a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ cad = AutoCAD()
318318
```python
319319
cad.open_file("path/to/open.dwg")
320320
```
321-
- **send_command(command) & send_commands(command_list[])**: Opens an existing file.
321+
- **send_command(command) & send_commands(command_list[])**: Sends commands to current Doc
322322

323323
```python
324324
cad.send_command("LINE 0,0 100,100 ")

0 commit comments

Comments
 (0)