Skip to content

Commit d1da48d

Browse files
committed
Fix unterminated double-backtick in a git.compat docstring
Adding git.compat in reference.rst revealed this (and makes this fix necessary for the documentation to build).
1 parent 24160d1 commit d1da48d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: git/compat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
6262
:note:
6363
For macOS (Darwin), ``os.name == "posix"`` as in other Unix-like systems, while
64-
``sys.platform == "darwin"`.
64+
``sys.platform == "darwin"``.
6565
"""
6666

6767
defenc = sys.getfilesystemencoding()

0 commit comments

Comments
 (0)