Skip to content

Commit ade5f8e

Browse files
committed
Try to write a clearer comment
1 parent e1e258e commit ade5f8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Lib/annotationlib.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,8 @@ def __forward_arg__(self):
260260

261261
@property
262262
def __resolved_forward_str__(self):
263-
# __forward_arg__ but with __extra_names__ resolved as strings
263+
# __forward_arg__ with any names from __extra_names__ replaced
264+
# with the type_repr of the value they represent
264265
resolved_str = self.__forward_arg__
265266
names = self.__extra_names__
266267

0 commit comments

Comments
 (0)