Skip to content

Commit a5a1b2c

Browse files
committed
Add a bit of missing docstring formatting
1 parent b0e5bff commit a5a1b2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: git/refs/tag.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def create(
109109
The referenced object can be a commit, tree, or blob.
110110
111111
:param logmsg:
112-
If not None, the message will be used in your tag object. This will also
112+
If not ``None``, the message will be used in your tag object. This will also
113113
create an additional tag object that allows to obtain that information,
114114
e.g.::
115115
@@ -120,7 +120,7 @@ def create(
120120
`logmsg` takes precedence if both are passed.
121121
122122
:param force:
123-
If True, force creation of a tag even though that tag already exists.
123+
If ``True``, force creation of a tag even though that tag already exists.
124124
125125
:param kwargs:
126126
Additional keyword arguments to be passed to ``git tag``.

0 commit comments

Comments
 (0)