Skip to content

Commit 5e53916

Browse files
committed
provisional -> experimental (more standard term)
1 parent df54efd commit 5e53916

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

unpythonic/dispatch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
add support for things like `*args`, `**kwargs`, `typing.Sequence[int]`,
1010
and in 3.8, `typing.Literal['a', 'b', 'c', 'd']`.
1111
12-
**WARNING: PROVISIONAL FEATURE**
12+
**WARNING: EXPERIMENTAL FEATURE**
1313
14-
This provisional feature is a proof-of-concept provided for technical preview
14+
This experimental feature is a proof-of-concept provided for technical preview
1515
and teaching purposes only.
1616
1717
Details may still change in a backwards-incompatible way, or the whole

0 commit comments

Comments
 (0)