Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Correct annotation of _iterate_over_text #12860

Merged
merged 2 commits into from May 24, 2022

Commits on May 24, 2022

  1. Correct annotation of _iterate_over_text

    `*args: T` means that `args: Tuple[T, ...]` within the function body.
    
    I don't think this makes much sense because lxml doesn't come with any
    type annotations out of the box.
    David Robertson committed May 24, 2022
    Configuration menu
    Copy the full SHA
    c9a9eac View commit details
    Browse the repository at this point in the history
  2. Changelog

    David Robertson committed May 24, 2022
    Configuration menu
    Copy the full SHA
    db8b2ce View commit details
    Browse the repository at this point in the history