175 "Y910": QCoreApplication.translate( |
175 "Y910": QCoreApplication.translate( |
176 "SimplifyChecker", '''Use "{0}" instead of "{1}"''' |
176 "SimplifyChecker", '''Use "{0}" instead of "{1}"''' |
177 ), |
177 ), |
178 "Y911": QCoreApplication.translate( |
178 "Y911": QCoreApplication.translate( |
179 "SimplifyChecker", |
179 "SimplifyChecker", |
180 '''Use "{0}.items()" instead of "zip({0}.keys(), {0}.values())"''' |
180 '''Use "{0}.items()" instead of "zip({0}.keys(), {0}.values())"''', |
181 ), |
181 ), |
182 } |
182 } |
183 |
183 |
184 _simplifyMessagesSampleArgs = { |
184 _simplifyMessagesSampleArgs = { |
185 # Python-specifics |
185 # Python-specifics |