Skip to content

Commit 24113f2

Browse files
Update docs/spec/directives.rst
Formatting improvements. Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
1 parent ff338e3 commit 24113f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spec/directives.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Type checkers should support the following comparison patterns:
191191

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

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

196196
.. code-block:: python
197197
:caption: Example `sys.platform`

0 commit comments

Comments
 (0)