Closed nijanthanvijayakumar closed 4 months ago
main
README.md
The README.md file's Column Extensions section contains functions such as nullBetween, isFalsy etc., that have a different name in the functions.py file.
Column Extensions
nullBetween
isFalsy
functions.py
Update the README.md file to reflect the correct function name and their description (matching with the doc-string).
I would like to work on this issue as my first contribution
here is the PR: https://github.com/MrPowers/quinn/pull/240
Quinn version checks
main
hereLocation of the documentation
README.md
Documentation problem
The README.md file's
Column Extensions
section contains functions such asnullBetween
,isFalsy
etc., that have a different name in thefunctions.py
file.Suggested fix for documentation
Update the README.md file to reflect the correct function name and their description (matching with the doc-string).