Skip to content

Commit 1671328

Browse files
docs: modify to trigger GitHub actions
1 parent d513da5 commit 1671328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nisystemlink/clients/dataframe/_data_frame_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from . import models
1919

2020

21-
# retry for common status codes and any Connection error
21+
# retry for common http status codes and any Connection error
2222
@retry(
2323
when=retry.when.status([429, 502, 503, 504]),
2424
stop=retry.stop.after_attempt(5),

0 commit comments

Comments
 (0)