Skip to content

Commit f7a8479

Browse files
committed
clippy
1 parent 63b91df commit f7a8479

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
@@ -249,7 +249,7 @@ impl SpecialFormType {
249249

250250
/// Return true if this special form is callable at runtime.
251251
/// Most special forms are not callable (they are type constructors that are subscripted),
252-
/// but some like TypedDict and collection constructors can be called.
252+
/// but some like `TypedDict` and collection constructors can be called.
253253
pub(super) const fn is_callable(self) -> bool {
254254
match self {
255255
// TypedDict can be called as a constructor to create TypedDict types

0 commit comments

Comments
 (0)