Skip to content

Commit

Permalink
squash: Minor adjustment of the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
psss committed Aug 9, 2023
1 parent fb4cf07 commit def9655
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/context.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,10 @@ Values are always converted to a string representation. Each
value is treated as if it was a component with version. Name of
the dimension doesn't matter, all are treated equally.

**Values are case-sensitive by default**,
which means that values like 'centos' and 'CentOS' are considered
different.
Values are case-sensitive by default, which means that values like
``centos`` and ``CentOS`` are considered different. When calling
the ``adjust()`` method on the tree, ``case_sensitive=False`` can
be used to make the value comparison case insensitive.

The characters ``:`` or ``.`` or ``-`` are used as version
separators and are handled in the same way. The following examples
Expand Down

0 comments on commit def9655

Please sign in to comment.