Skip to content

Commit 0327ef0

Browse files
committed
remove stray quotation mark
1 parent f1cb889 commit 0327ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qbpm/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def launch(context: Context, profile_name: str, **kwargs: Any) -> None:
144144
def choose(context: Context, **kwargs: Any) -> None:
145145
"""Choose a profile to launch.
146146
Support is built in for many X and Wayland launchers, as well as applescript dialogs.
147-
All QB_ARGS are passed on to qutebrowser."
147+
All QB_ARGS are passed on to qutebrowser.
148148
"""
149149
exit_with(operations.choose(profile_dir=context.profile_dir, **kwargs))
150150

0 commit comments

Comments
 (0)