Skip to content

Commit

Permalink
Add missing quote in doc transient-append-suffix sample (#35)
Browse files Browse the repository at this point in the history
Fixes #34
  • Loading branch information
pkryger authored Sep 11, 2020
1 parent f3b92de commit a2f88b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ when enabled, will invoke ``pytest --zzz``:
(transient-append-suffix
'python-pytest-dispatch
"-x"
("-y" "The Y" "-y"))
'("-y" "The Y" "-y"))
;; group with `-z' after second from the last group,
;; that is before `Run tests'
(transient-append-suffix
Expand Down

0 comments on commit a2f88b1

Please sign in to comment.