8000 spelling corrections · Sivateja0689/python-sasctl@b51195f · GitHub
[go: up one dir, main page]

Skip to content

Commit b51195f

Browse files
committed
spelling corrections
1 parent c951185 commit b51195f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/register_sas_regression_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
astore = cas.CASTable('model_table')
2626

2727
# Use sasctl to connect to SAS
28-
Session('hostnane', 'username', 'password')
28+
Session('hostname', 'username', 'password')
2929

3030
# Register the model in SAS Model Manager, creating the "Boston Housing"
3131
# project if it doesn't already exist

examples/register_scikit_regression_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
model.fit(X, y)
2424

2525
# Establish a session with Viya
26-
with Session('hostnane', 'username', 'password'):
26+
with Session('hostname', 'username', 'password'):
2727
model_name = 'GB Regression'
2828
project_name = 'Boston Housing'
2929

0 commit comments

Comments
 (0)
0