In Aggregation functions section,
the explanation of the example says:
pyDatalog searches all possible solutions for manager['Mary']==Y,
then counts the number of Y.
but it should be:
pyDatalog searches all possible solutions for manager[Y]=='mary',
then counts the number of Y.
In Aggregation functions section,
the explanation of the example says:
but it should be: