diff --git a/docs/gl_objects/projects.py b/docs/gl_objects/projects.py index ed99cec44..54bde842e 100644 --- a/docs/gl_objects/projects.py +++ b/docs/gl_objects/projects.py @@ -67,8 +67,8 @@ # end star # archive -project.archive_() -project.unarchive_() +project.archive() +project.unarchive() # end archive # events list diff --git a/docs/gl_objects/projects.rst b/docs/gl_objects/projects.rst index 584fa58f6..dc6c48baf 100644 --- a/docs/gl_objects/projects.rst +++ b/docs/gl_objects/projects.rst @@ -94,9 +94,8 @@ Archive/unarchive a project: .. note:: - The underscore character at the end of the methods is used to workaround a - conflict with a previous misuse of the ``archive`` method (deprecated but - not yet removed). + Previous versions used ``archive_`` and ``unarchive_`` due to a naming issue, + they have been deprecated but not yet removed. Repository ----------