This is an automated email from the ASF dual-hosted git repository.
chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fory-site.git
The following commit(s) were added to refs/heads/main by this push:
new c3cd42f32 🔄 synced local 'docs/guide/' with remote 'docs/guide/'
c3cd42f32 is described below
commit c3cd42f32e91216f9f0d8e25d97c2565540487be
Author: chaokunyang <[email protected]>
AuthorDate: Wed Oct 22 10:10:13 2025 +0000
🔄 synced local 'docs/guide/' with remote 'docs/guide/'
---
docs/guide/python_guide.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/guide/python_guide.md b/docs/guide/python_guide.md
index 58bbd4a28..7cc229b74 100644
--- a/docs/guide/python_guide.md
+++ b/docs/guide/python_guide.md
@@ -482,7 +482,7 @@ f = pyfory.Fory(xlang=True, ref=True)
@dataclass
class Person:
name: str
- age: pyfory.Int32Type
+ age: pyfory.int32
f.register(Person, typename="example.Person")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]