We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ce2a2a commit 88465fdCopy full SHA for 88465fd
crates/ty_python_semantic/src/types/special_form.rs
@@ -252,7 +252,7 @@ impl SpecialFormType {
252
/// but some like TypedDict and collection constructors can be called.
253
pub(super) const fn is_callable(self) -> bool {
254
match self {
255
- // TypedDict can be called as a constructor to create TypedDict instances
+ // TypedDict can be called as a constructor to create TypedDict types
256
Self::TypedDict
257
// Collection constructors are callable
258
// TODO actually implement support for calling them
0 commit comments