what does axes.flat in matplotlib do?

I have seen various programs using matplotlib that uses the axes.flat function, like this code: for i, ax in enumerate(axes.flat): what does this do?