Closed programmdesign closed 9 years ago
In some examples, we do use %s in strings ("Test %s".format(value)). The correct format though would be "Test {0}".format(value). Can you please check the examples and fix this?
Thanks. We will fix it in all docs. Thank you for the good feedback yesterday!
In some examples, we do use %s in strings ("Test %s".format(value)). The correct format though would be "Test {0}".format(value). Can you please check the examples and fix this?