You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix the code sample on the "Duck type compatibility" docs page. (#5711)
This commit fixes two issues with said code sample:
- The math import was missing.
- The function argument didn't match the variable name used in the
function body.
Also made comment spacing consistent.
0 commit comments