Skip to content

Commit

Permalink
Fix typo in base.py (#6523)
Browse files Browse the repository at this point in the history
* Fix typo in base.py

overriden -> overridden

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
  • Loading branch information
eltociear and gradio-pr-bot committed Nov 21, 2023
1 parent 71f1a1f commit 63f4668
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/easy-beds-switch.md
@@ -0,0 +1,5 @@
---
"gradio": minor
---

feat:Fix typo in base.py
2 changes: 1 addition & 1 deletion gradio/components/base.py
Expand Up @@ -160,7 +160,7 @@ def __init__(
if not elem_classes:
elem_classes = []

# This gets overriden when `select` is called
# This gets overridden when `select` is called
self._selectable = False
if not hasattr(self, "data_model"):
self.data_model: type[GradioDataModel] | None = None
Expand Down

0 comments on commit 63f4668

Please sign in to comment.