Skip to content

Commit a2f88b1

Browse files
authored
Add missing quote in doc transient-append-suffix sample (#35)
Fixes #34
1 parent f3b92de commit a2f88b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ when enabled, will invoke ``pytest --zzz``:
327327
(transient-append-suffix
328328
'python-pytest-dispatch
329329
"-x"
330-
("-y" "The Y" "-y"))
330+
'("-y" "The Y" "-y"))
331331
;; group with `-z' after second from the last group,
332332
;; that is before `Run tests'
333333
(transient-append-suffix

0 commit comments

Comments
 (0)