Fix docstrings that intend '\' literally · gitpython-developers/GitPython@7dd2095 · GitHub
Skip to content

Commit 7dd2095

Browse files
committed
Fix docstrings that intend '\' literally
This intended '\' literally, but it was actually '' because the \' became just ' (backslash-apostrophe becomes just aspostrophe).
1 parent 198548f commit 7dd2095

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

git/objects/base.py

Lines changed: 1 addition & 1 deletion

git/util.py

Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)