Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita5a1b2c

Browse files
committed
Add a bit of missing docstring formatting
1 parentb0e5bff commita5a1b2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎git/refs/tag.py

Lines changed: 2 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp