Skip to content

Commit

Permalink
Fix unterminated double-backtick in a git.compat docstring
Browse files Browse the repository at this point in the history
Adding git.compat in reference.rst revealed this (and makes this
fix necessary for the documentation to build).
  • Loading branch information
EliahKagan committed Mar 2, 2024
1 parent 24160d1 commit d1da48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
:note:
For macOS (Darwin), ``os.name == "posix"`` as in other Unix-like systems, while
``sys.platform == "darwin"`.
``sys.platform == "darwin"``.
"""

defenc = sys.getfilesystemencoding()
Expand Down

0 comments on commit d1da48d

Please sign in to comment.