Skip to content

Commit 58ac6d3

Browse files
authored
fix typo
1 parent 5e27c3c commit 58ac6d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/c07/p03_attach_informatinal_matadata_to_function_arguments.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ python解释器不会对这些注解添加任何的语义。它们不会被类
2828
add(x: int, y: int) -> int
2929
>>>
3030
31-
尽管你可以使用任意类型的对象给函数添加注解(例如数字,字符串,对象实例等等),不过通常来讲使用类或着字符串会比较好点
31+
尽管你可以使用任意类型的对象给函数添加注解(例如数字,字符串,对象实例等等),不过通常来讲使用类或者字符串会比较好点
3232

3333
----------
3434
讨论

0 commit comments

Comments
 (0)