We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05b3abf commit e7560a9Copy full SHA for e7560a9
docs/gl_objects/projects.py
@@ -67,8 +67,8 @@
67
# end star
68
69
# archive
70
-project.archive_()
71
-project.unarchive_()
+project.archive()
+project.unarchive()
72
# end archive
73
74
# events list
docs/gl_objects/projects.rst
@@ -94,9 +94,8 @@ Archive/unarchive a project:
94
95
.. note::
96
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).
+ Previous versions used ``archive_`` and ``unarchive_`` due to a naming issue,
+ they have been deprecated but not yet removed.
100
101
Repository
102
----------
0 commit comments