Closed
Description
Documentation
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
.