Skip to content

[typo] README: potential typo in one of the code sample #88

Description

@ayushanand18

Overview

There seems to be a minor typo in the code example listed on the README. Please correct me if I am wrong.

Bug

In the README we have:
Filter from a datetime (the 'start' parameter)

from dateime import dateime, timedelta
collector.filter(start=datetime.utcnow() - timedelta(hours=1))

and similarly at 2 more places. I believe dateime must be datetime package.

Solution

Update dateime to datetime everywhere.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions