8000 fixed syntax error · teoland/python-sasctl@e8511fe · GitHub
[go: up one dir, main page]

Skip to content

Commit e8511fe

Browse files
committed
fixed syntax error
1 parent 335d34a commit e8511fe

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
@@ -178,7 +178,7 @@ Register a CAS model in Model Manager:
178178
>>> astore = s.CASTable('some_astore')
179179
180180
>>> with Session(s):
181-
... register_model('SAS Model', astore, 'My Project')
181+
... register_model(astore, 'SAS Model', 'My Project')
182182
```
183183

184184
## Contributing

0 commit comments

Comments
 (0)
0