Skip to content

Commit c538de7

Browse files
author
Gauvain Pocentek
authored
Merge pull request #203 from vilhelmen/master
Update project.archive() docs
2 parents 05b3abf + e7560a9 commit c538de7

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

docs/gl_objects/projects.py

+2-2
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

+2-3
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)