Author :
Andrej Shadura
Date :
2023-01-22 11:48:57
Hash :cfda825f Message :doc: extract: Use "==" instead of "is" with literals
This fixes:
SyntaxWarning: "is" with a literal. Did you mean "=="?
Signed-off-by: Andrej Shadura <andrew.shadura@collabora.co.uk>