Skip to content

Commit 3837b2b

Browse files
committed
Fix comment
1 parent a18a7ce commit 3837b2b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

crates/ty_python_semantic/src/types.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6910,8 +6910,9 @@ bitflags! {
69106910
const NOT_REQUIRED = 1 << 4;
69116911
/// `typing_extensions.ReadOnly`
69126912
const READ_ONLY = 1 << 5;
6913-
/// An implicit instance attribute with it possibly unbound according to
6914-
/// local control flow within the method it is defined in.
6913+
/// An implicit instance attribute which is possibly unbound according
6914+
/// to local control flow within the method it is defined in. This flag
6915+
/// overrules the `Boundness` information on `PlaceAndQualifiers`.
69156916
const POSSIBLY_UNBOUND_IMPLICIT_ATTRIBUTE = 1 << 6;
69166917
}
69176918
}

0 commit comments

Comments
 (0)