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
get_default_scheme used to be private and called _get_default_scheme, but in GH-24644, it was made public. That PR uses the versionchanged directive to document this, but this is confusing to users, I believe the correct directive should be versionadded.
Documentation
get_default_schemeused to be private and called_get_default_scheme, but in GH-24644, it was made public. That PR uses theversionchangeddirective to document this, but this is confusing to users, I believe the correct directive should beversionadded.Linked PRs