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

Commite7560a9

Browse files
committed
Update project.archive() docs
1 parent05b3abf commite7560a9

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

‎docs/gl_objects/projects.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
# end star
6868

6969
# archive
70-
project.archive_()
71-
project.unarchive_()
70+
project.archive()
71+
project.unarchive()
7272
# end archive
7373

7474
# events list

‎docs/gl_objects/projects.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,8 @@ Archive/unarchive a project:
9494

9595
..note::
9696

97-
The underscore character at the end of the methods is used to workaround a
98-
conflict with a previous misuse of the ``archive`` method (deprecated but
99-
not yet removed).
97+
Previous versions used ``archive_`` and ``unarchive_`` due to a naming issue,
98+
they have been deprecated but not yet removed.
10099

101100
Repository
102101
----------

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp