Closed frostylight closed 3 months ago
type or None
Optional[type]
type1 or type2
Union[type1, type2]
一些数学公式中缺少\,进行了修正
\
这部分工作量挺大的👍
569 将类型标注中
type or None
修正为Optional[type]
,type1 or type2
修正为Union[type1, type2]
一些数学公式中缺少
\
,进行了修正