Selenium Python Find Element By Class Name With Space

driver.find_element_by_xpath("//div[@class='target with space or maybe another-long-text']")
MingMing