Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/spec/directives.rst
Formatting improvements.

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
  • Loading branch information
Josverl and JelleZijlstra committed Apr 3, 2026
commit 81168917b6c37ba27328a67f1414f0f9e82cddc8
2 changes: 1 addition & 1 deletion docs/spec/directives.rst
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Type checkers should support the following comparison patterns:

Common values: ``"linux"``, ``"darwin"``, ``"win32"``, ``"emscripten"``, ``"wasi"``

The membership checks ``in`` and ``not in``, only support simple containment testing to a tuple of literal strings.
The membership checks ``in`` and ``not in`` only support simple containment testing with a tuple of literal strings.

.. code-block:: python
:caption: Example `sys.platform`
Expand Down