Skip to content

fix: Simplify providing single member tuples

David Runge requested to merge dvzrv/simplify_tuples into master

Use the shorthand "," based tuple notation to provide a single member tuple, instead of creating a new tuple from a list of length one.

Signed-off-by: David Runge dvzrv@archlinux.org

Merge request reports