Skip to content

Commit d4a237a

Browse files
committed
Fix a syntax error in README.rst
1 parent 6e7b0d0 commit d4a237a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,10 @@ Release
138138
See the ``mkrelease`` utility in the root of the repository.
139139

140140
Useful vim command for changelog conversion to the git tag format:
141-
``%s/\v`(#[0-9]+) \<[^`]*`__/\1/g``.
141+
142+
.. code:: vim
143+
144+
%s/\v`(#[0-9]+) \<[^`]*`__/\1/g
142145
143146
Maintainers
144147
-----------

0 commit comments

Comments
 (0)