Add explicit mention of word 'provisional' for version guarantee exclusions (#6311)

This commit is contained in:
Jakub Kuczys
2024-03-18 01:15:17 +01:00
committed by GitHub
parent 293d8065ec
commit 0c83fcd495
9 changed files with 29 additions and 19 deletions

View File

@@ -82,7 +82,7 @@ class HelpSettings:
.. warning::
This class is provisional.
This class is `provisional <developer-guarantees-exclusions>`.
"""
@@ -190,7 +190,7 @@ class HelpFormatterABC(abc.ABC):
.. warning::
This class is documented but provisional with expected changes.
This class is documented but `provisional <developer-guarantees-exclusions>` with expected changes.
In the future, this class will receive changes to support
invoking the help command without context.