Skip to content

Commit

Permalink
Fix formatting in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tjkuson committed Jan 21, 2024
1 parent 751f81b commit 58bf244
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use crate::checkers::ast::Checker;
///
/// ## Example
/// ```python
/// cities = dict.fromkeys(["UK", "Poland"],[])
/// cities = dict.fromkeys(["UK", "Poland"], [])
/// cities["UK"].append("London")
/// cities["Poland"].append("Poznan")
/// print(cities) # {'UK': ['London', 'Poznan'], 'Poland': ['London', 'Poznan']}
Expand Down

0 comments on commit 58bf244

Please sign in to comment.