Skip to content

Error in python code #1

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions