Skip to content

Commit ec949f2

Browse files
committed
Update comment
1 parent ff9d93d commit ec949f2

File tree

1 file changed

+1
-1
lines changed
  • tests/pyreverse/functional/class_diagrams/aggregation

1 file changed

+1
-1
lines changed

tests/pyreverse/functional/class_diagrams/aggregation/fields.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class P:
44
pass
55

66
class A:
7-
x: P # just type hint, no ownership, soassociation
7+
x: P # just type hint, no ownership, so association
88

99
class B:
1010
def __init__(self, x: P):

0 commit comments

Comments
 (0)