Change separate_wider_regex example line breaks to match style guide (#1561)

This commit is contained in:
Matthew Davis 2023-08-16 15:29:26 +02:00 committed by GitHub
parent 4040b72f49
commit 149c3909b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -258,7 +258,8 @@ df |>
"<", "<",
name = "[A-Za-z]+", name = "[A-Za-z]+",
">-", ">-",
gender = ".", "_", gender = ".",
"_",
age = "[0-9]+" age = "[0-9]+"
) )
) )