Skip to content

Commit

Permalink
Fix docs highlight in dict_iter_missing_items.rs (#15140)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored Dec 25, 2024
1 parent 5bc9d6d commit 8b9c843
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ use crate::checkers::ast::Checker;
///
/// for city, population in data.items():
/// print(f"{city} has population {population}.")
/// ```
///
/// ## Known problems
/// If the dictionary key is a tuple, e.g.:
Expand Down

0 comments on commit 8b9c843

Please sign in to comment.