Skip to content

Commit

Permalink
注释错误
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoga14s\CXIN committed Feb 24, 2022
1 parent 7d830d0 commit 443b6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynars/NAL/Theorems/StructuralRules.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def uni_composition(task: Task, term_concept: Term, budget_tasklink: Budget=None
<P --> S>. (inverse_copula: <S --> P>.)
(|, P, Q) (inverse_copula: (&, P, Q))
|-
<(&, P, Q) --> S>. (inverse_copula: <S --> (|, P, Q)>.)
<(|, P, Q) --> S>. (inverse_copula: <S --> (&, P, Q)>.)
'''
stamp_task: Stamp = task.stamp
premise: Judgement = task.sentence
Expand Down

0 comments on commit 443b6a5

Please sign in to comment.