Skip to content

Commit 88465fd

Browse files
carljmAlexWaygood
andauthored
Update crates/ty_python_semantic/src/types/special_form.rs
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
1 parent 3ce2a2a commit 88465fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ty_python_semantic/src/types/special_form.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ impl SpecialFormType {
252252
/// but some like TypedDict and collection constructors can be called.
253253
pub(super) const fn is_callable(self) -> bool {
254254
match self {
255-
// TypedDict can be called as a constructor to create TypedDict instances
255+
// TypedDict can be called as a constructor to create TypedDict types
256256
Self::TypedDict
257257
// Collection constructors are callable
258258
// TODO actually implement support for calling them

0 commit comments

Comments
 (0)