Skip to content

Commit dda5a55

Browse files
committed
Fix typo
1 parent 755b482 commit dda5a55

File tree

1 file changed

+2
-2
lines changed
  • {{cookiecutter.github_project_name}}/{{cookiecutter.python_package_name}}

1 file changed

+2
-2
lines changed

{{cookiecutter.github_project_name}}/{{cookiecutter.python_package_name}}/example.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ class ExampleWidget(DOMWidget):
2121
_model_name = 'ExampleModel'
2222
_model_module = Unicode(module_name).tag(sync=True)
2323
_model_module_version = Unicode(module_version).tag(sync=True)
24-
_model_name = 'ExampleView'
24+
_view_name = 'ExampleView'
2525
_view_module = Unicode(module_name).tag(sync=True)
2626
_view_module_version = Unicode(module_version).tag(sync=True)
2727

28-
value = Unicode('Hello World')
28+
value = Unicode('Hello World')

0 commit comments

Comments
 (0)