File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ def create(
109
109
The referenced object can be a commit, tree, or blob.
110
110
111
111
: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
113
113
create an additional tag object that allows to obtain that information,
114
114
e.g.::
115
115
@@ -120,7 +120,7 @@ def create(
120
120
`logmsg` takes precedence if both are passed.
121
121
122
122
: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.
124
124
125
125
:param kwargs:
126
126
Additional keyword arguments to be passed to ``git tag``.
You can’t perform that action at this time.
0 commit comments