The example at the front page of our docs reads:
# Download the OpenML task for the german credit card dataset with 10-fold
# cross-validation.
task = openml.tasks.get_task(32)
But task 32 is pendigits. Credit-g is task 31 (and t/32 on the test server is mfeat).