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 63b91df commit f7a8479Copy full SHA for f7a8479
crates/ty_python_semantic/src/types/special_form.rs
@@ -249,7 +249,7 @@ impl SpecialFormType {
249
250
/// Return true if this special form is callable at runtime.
251
/// Most special forms are not callable (they are type constructors that are subscripted),
252
- /// but some like TypedDict and collection constructors can be called.
+ /// 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 types
0 commit comments