Skip to content

Error in python code #1

@guma44

Description

@guma44

Hi,
I am just reading your Angular 2 course. I really enjoy it. I noticed you have an invalid syntax in your python example (modules chapter). Instead:

import foo from bar;
foo();

Should be:

from bar import foo
foo()

Thanks for great reading!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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