Skip to content

Commit e96dbc0

Browse files
Fixed a trim trailing whitespace hook
1 parent 8141730 commit e96dbc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

singlestoredb/management/workspace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ def create_workspace_group(
453453
a password will be generated and retured in the response.
454454
expires_at : str, optional
455455
The timestamp of when the workspace group will expire.
456-
If the expiration time is not specified,
456+
If the expiration time is not specified,
457457
the workspace group will have no expiration time.
458458
At expiration, the workspace group is terminated and all the data is lost.
459459
Expiration time can be specified as a timestamp or duration.

0 commit comments

Comments
 (0)