We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0e5bff commit a5a1b2cCopy full SHA for a5a1b2c
git/refs/tag.py
@@ -109,7 +109,7 @@ def create(
109
The referenced object can be a commit, tree, or blob.
110
111
:param logmsg:
112
- 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
113
create an additional tag object that allows to obtain that information,
114
e.g.::
115
@@ -120,7 +120,7 @@ def create(
120
`logmsg` takes precedence if both are passed.
121
122
:param force:
123
- 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.
124
125
:param kwargs:
126
Additional keyword arguments to be passed to ``git tag``.
0 commit comments