Skip to content
Snippets Groups Projects
Commit 979a014e authored by alice grosch's avatar alice grosch
Browse files

Fix spelling mistake

parent c5b0ba89
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ class FileUpload(DescriptionWidget, ValueWidget): ...@@ -25,7 +25,7 @@ class FileUpload(DescriptionWidget, ValueWidget):
The widget is able to upload large files by uploading them in chunks. The widget is able to upload large files by uploading them in chunks.
The file contents will however not be directly available over the widget, The file contents will however not be directly available over the widget,
but will have to be read into the notebook seperately. but will have to be read into the notebook separately.
""" """
_model_name = Unicode('FileUploadModel').tag(sync=True) _model_name = Unicode('FileUploadModel').tag(sync=True)
_model_module = Unicode(module_name).tag(sync=True) _model_module = Unicode(module_name).tag(sync=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment