Skip to content

Commit 678632e

Browse files
committed
learn to spell, or type, or both ;)
1 parent 22daa28 commit 678632e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

saspy/sasbase.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -906,14 +906,14 @@ def submit(self, code: str, results: str = '', prompt: dict = None, printto=Fals
906906
907907
**HTTP**
908908
909-
These kwargs are available for the HTTP Access Method for cases where long running code is submitteds. It's been observed
909+
These kwargs are available for the HTTP Access Method for cases where long running code is submitted. It's been observed
910910
that HTTP Disconnect failures can be returned, even though subsequent calls still work, when submitting the request to see
911911
if the code has finished, so the LOG and LST can then be requested.
912912
To work around this issue, two parameters are available; one to have a delay between polling requests, and the other the
913913
number of disconnect errors to ignore before returning a failure. The defaults are to delay 0 seconds (so everything doesn't
914-
have a delay that slows down how things run), and 5 disconnect errors. If you submit code that runs for more then a few
915-
seconds, you can specify GETstatusDelay=n.n, the nunber of seconds (maybe 0.5 or 2, or 60 if you job runs for many minutes)
916-
to wait befor asking Compute if the code finished.
914+
have a delay that slows down how things run), and 5 disconnect errors. If you submit code that runs for more than a few
915+
seconds, you can specify GETstatusDelay=n.n, the number of seconds (maybe 0.5 or 2, or 60 if you job runs for many minutes)
916+
to wait before asking Compute if the code finished.
917917
918918
:param GETstatusDelay: Number of seconds to sleep between HTTP calls to poll and see if the submitted code has finished
919919
:param GETstatusFailcnt: Number of disconnect failures to ignore before failing, when polling to see if the submitted code has finished

0 commit comments

Comments
 (0)