Skip to content

Commit 72500a3

Browse files
committed
CHANGELOG: don't need \\ in ..
1 parent ae804e5 commit 72500a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
- Support `--version` option to `pyrediff`.
77

88
### Fixed
9-
- Fix `pyrediff -e` to ensure `\\` is escaped correctly if the next character
9+
- Fix `pyrediff -e` to ensure `\` is escaped correctly if the next character
1010
is unescaped.
11-
I.e., `don\\'t` is now correctly escaped as `don\\\\'t`.
11+
I.e., `don\'t` is now correctly escaped as `don\\'t`.
1212

1313

1414
## [17] - 2023-02-25

0 commit comments

Comments
 (0)