Skip to content

Commit 3bf45d0

Browse files
Abseil Teamcopybara-github
authored andcommitted
Fix missing space in a flag description
PiperOrigin-RevId: 780918164
1 parent cf638a2 commit 3bf45d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

absl/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def main(argv):
5555
flags.DEFINE_boolean(
5656
'pdb_post_mortem',
5757
False,
58-
'Set to true to handle uncaught exceptions with the post mortem debugger.'
58+
'Set to true to handle uncaught exceptions with the post mortem debugger. '
5959
'PDB is used by default; $PYTHONBREAKPOINT '
6060
'(https://docs.python.org/3/using/cmdline.html#envvar-PYTHONBREAKPOINT) '
6161
'can be used to specify a custom one.',

0 commit comments

Comments
 (0)