File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ def add_two_number(x: int, y: int) -> int:
3232Records 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.
You can’t perform that action at this time.
0 commit comments