Skip to content

Commit 9d7ea03

Browse files
committed
doc: fix version tags for python features
1 parent 67c6d0d commit 9d7ea03

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/docs/python/features.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def add_two_number(x: int, y: int) -> int:
3232
Records snake-case all member fields:
3333

3434
<p class="tag is-info is-medium">
35-
Added in v5.0.0
35+
Added in v5.0.0-alpha
3636
</p>
3737

3838
```fs
@@ -438,7 +438,7 @@ Note how `return` has been added to `add1` and not to `add2`. In this situation
438438
### `Py.python`
439439

440440
<p class="tag is-info is-medium">
441-
Added in v5.0.0
441+
Added in v4.0.0
442442
</p>
443443

444444
`Py.python` allows you to embed literal Python code directly in F#.
@@ -461,7 +461,7 @@ def add(a, b):
461461
## Python Decorators
462462

463463
<p class="tag is-info is-medium">
464-
Added in v5.0.0
464+
Added in v5.0.0-alpha
465465
</p>
466466

467467
`Py.Decorator` allows you to apply Python decorators to classes and functions.
@@ -502,7 +502,7 @@ def expensive_function(x):
502502
## Class Attributes
503503

504504
<p class="tag is-info is-medium">
505-
Added in v5.0.0
505+
Added in v5.0.0-alpha
506506
</p>
507507

508508
`Py.ClassAttributes` controls how class members are generated in Python.

0 commit comments

Comments
 (0)