Skip to content

Commit 7ff0361

Browse files
wcharginbusunkim96
authored andcommitted
Fix comma splice in default success message (#63)
1 parent b57e129 commit 7ff0361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google_auth_oauthlib/flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ class InstalledAppFlow(Flow):
365365
authorization code. Used only by the console strategy."""
366366

367367
_DEFAULT_WEB_SUCCESS_MESSAGE = (
368-
'The authentication flow has completed, you may close this window.')
368+
'The authentication flow has completed. You may close this window.')
369369

370370
def run_console(
371371
self,

0 commit comments

Comments
 (0)