Skip to content

Commit

Permalink
Add a bit of missing docstring formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
EliahKagan committed Feb 29, 2024
1 parent b0e5bff commit a5a1b2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions git/refs/tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def create(
The referenced object can be a commit, tree, or blob.
:param logmsg:
If not None, the message will be used in your tag object. This will also
If not ``None``, the message will be used in your tag object. This will also
create an additional tag object that allows to obtain that information,
e.g.::
Expand All @@ -120,7 +120,7 @@ def create(
`logmsg` takes precedence if both are passed.
:param force:
If True, force creation of a tag even though that tag already exists.
If ``True``, force creation of a tag even though that tag already exists.
:param kwargs:
Additional keyword arguments to be passed to ``git tag``.
Expand Down

0 comments on commit a5a1b2c

Please sign in to comment.