pcarbonn / pyDatalog

a datalog implementation in Python
GNU Lesser General Public License v2.1
278 stars 41 forks source link

Small documentation bug #29

Open pchalasani opened 5 years ago

pchalasani commented 5 years ago

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.
pcarbonn commented 5 years ago

Corrected. Thanks !

On Mon, Jun 10, 2019 at 8:50 PM Prasad Chalasani notifications@github.com wrote:

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.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pcarbonn/pyDatalog/issues/29?email_source=notifications&email_token=AADLS2IXNZCK7WIGX4FCWX3PZ2O53A5CNFSM4HWWMO7KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GYUJXVA, or mute the thread https://github.com/notifications/unsubscribe-auth/AADLS2OUWYACDUSYCDFYF73PZ2O53ANCNFSM4HWWMO7A .