Skip to content

Commit

Permalink
DOCS/man/input: edition-list/N/id is not writable
Browse files Browse the repository at this point in the history
I added RW to edition-list/N/id in 34f2143 because in #8077 it was
assumed that it is writable from the wording of the docs. But what the
docs actually meant is that you can retrieve edition-list/N/id and then
use the retrieved value to set the edition property.

Remove RW and the ambiguous sentence.
  • Loading branch information
guidocella committed Dec 31, 2024
1 parent 83bb498 commit 27901fd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions DOCS/man/input.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2268,9 +2268,8 @@ Property list
Number of editions. If there are no editions, this can be 0 or 1 (1
if there's a useless dummy edition).

``edition-list/N/id`` (RW)
Edition ID as integer. Use this to set the ``edition`` property.
Currently, this is the same as the edition index.
``edition-list/N/id``
Edition ID as integer. Currently, this is the same as the edition index.

``edition-list/N/default``
Whether this is the default edition.
Expand Down

0 comments on commit 27901fd

Please sign in to comment.