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(
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``.
You can’t perform that action at this time.
0 commit comments