Skip to content

Commit 553351a

Browse files
committed
fix
1 parent 07dc1fb commit 553351a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/tutorial/parameter-types

docs/tutorial/parameter-types/enum.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Buying groceries: Eggs, Bacon
115115

116116
### Literal choices
117117

118-
You can also use `typing.Literal` to represent a set of possible predefined choices, without having to use an `Enum`:
118+
You can also use `Literal` to represent a set of possible predefined choices, without having to use an `Enum`:
119119

120120
{* docs_src/parameter_types/enum/tutorial004_an.py hl[6] *}
121121

0 commit comments

Comments
 (0)