A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/seleniumhq/selenium/commit/82d7891a44507ce60e230ab049fb0b9c27bb96e9 below:

use `f` strings in place of `%s` · SeleniumHQ/selenium@82d7891 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed Original file line number Diff line number Diff line change

@@ -177,7 +177,7 @@ def __repr__(self) -> str:

177 177

self.red, self.green, self.blue, self.alpha)

178 178 179 179

def __str__(self) -> str:

180 -

return "Color: %s" % self.rgba

180 +

return f"Color: {self.rgba}"

181 181 182 182 183 183

# Basic, extended and transparent colour keywords as defined by the W3C HTML4 spec

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4