You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Python 3.5 re.sub replacement patterns containing unrecognized character escapes are deprecated. This raw string format is needed to substitute \s literally.
0 commit comments