There is example code which says
my_bittrex = Bittrex("<my_api_key>", "<my_api_secret>", api_version="<API_V1_1> or <API_V2_0>")
but when I execute this I get an error and I think it should be written as "v1.1" and "v2.0" which stops that error occuring.