Skip to content

Commit 24a90d4

Browse files
Update start.rst
Fixed another typo
1 parent e600c26 commit 24a90d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

UserGuide/start.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ Sometimes cluster may not allow passwordless connection, in this case, you need
868868
869869
# Let us define the cluster
870870
import sscha.Cluster
871-
cluster = sscha.Cluster.Cluster(hosthame = 'daint', pwd = None) # Put the password in pwd if needed
871+
cluster = sscha.Cluster.Cluster(hostname = 'daint', pwd = None) # Put the password in pwd if needed
872872
873873
# Configure the submission strategy
874874
cluster.account_name = 's1073' # Name of the account on which to subtract nodes

0 commit comments

Comments
 (0)