Skip to content

Commit

Permalink
[#170] Fixed order of default separators
Browse files Browse the repository at this point in the history
  • Loading branch information
dvezinet committed Oct 26, 2024
1 parent ea113d9 commit b4b89f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datastock/_class0.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def save(
return_pfe=False,
):

lsep = ['.', '-', '_', ',', ';', '~', '?']
lsep = [';', '&', '?', '#', ',', '~', '.', '-', '_']
if sep is None:
for ss in lsep:
c0 = (
Expand Down

0 comments on commit b4b89f7

Please sign in to comment.