holoviz / param

Param: Make your Python code clearer and more reliable by declaring Parameters
https://param.holoviz.org
BSD 3-Clause "New" or "Revised" License
412 stars 69 forks source link

"global" is misspelled as "gobal" in an Notebook that is part of .gitignore #818

Closed metaperl closed 10 months ago

metaperl commented 10 months ago

ALL software version info

n/a

Description of expected behavior and the observed behavior

n/a

Complete, minimal, self-contained example code that reproduces the issue

Visit this page in the user guide and notice that "global" is misspelled as "gobal"

I would have fixed this myself by editing line 134 in the .ipynb file however the current .gitignore file prohibits me from making the commit.