Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix misleading pattern name and documentation #109

Merged
merged 5 commits into from Feb 16, 2022
Merged

Fix misleading pattern name and documentation #109

merged 5 commits into from Feb 16, 2022

Commits on May 12, 2021

  1. Add better typing for slugify.slugify

    Currently, mypy understands the type as `Iterable[str]`, which doesn't match what should actually be passed in, which is `Iterable[Iterable[str]]` or, ideally, `Iterable[Tuple[str, str]]`
    fahhem authored and un33k committed May 12, 2021
    Copy the full SHA
    1097c23 View commit details
    Browse the repository at this point in the history
  2. whitespace around =

    fahhem authored and un33k committed May 12, 2021
    Copy the full SHA
    a90d967 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Copy the full SHA
    5810e3d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    376f949 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9640069 View commit details
    Browse the repository at this point in the history