Skip to content

Commit 27a041e

Browse files
committed
Fixes for RST syntax
1 parent d66f2b5 commit 27a041e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/source/changes.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ Changelog
55
2.0.3 - Fixes
66
=============
77

8-
* Fix: bug in `git-blame --incremental` output parser that broken when
9-
commit messages contained `\r` characters
8+
* Fix: bug in ``git-blame --incremental`` output parser that broken when
9+
commit messages contained ``\r`` characters
1010
* Fix: progress handler exceptions are not caught anymore, which would
1111
usually just hide bugs previously.
12-
* Fix: The `Git.execute` method will now redirect `stdout` to `devnull` if
13-
`with_stdout` is false, which is the intended behaviour based on the
14-
parameter's documentation.
12+
* Fix: The ``Git.execute`` method will now redirect ``stdout`` to
13+
``devnull`` if ``with_stdout`` is false, which is the intended behaviour
14+
based on the parameter's documentation.
1515

1616
2.0.2 - Fixes
1717
=============

0 commit comments

Comments
 (0)