Skip to content

Typo on slide 25 #3

@austinjp

Description

@austinjp

Hi, just noticed a small typo, a b should be an i on slide 25 at https://www.dabeaz.com/generators/Generators.pdf

What's there:

for i in b: print(b, end=' ')

What I'd expect:

for i in b: print(i, end=' ')

Cheers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions