Skip to content

Commit

Permalink
fix permuteo docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
majidaldo committed Jan 24, 2023
1 parent f214b60 commit 3c40f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kanren/goals.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def rembero_goal(s):


def permuteo(a, b, inner_eq=eq, default_ConsNull=list, no_ident=False):
"""Construct a goal asserting equality or sequences under permutation.
"""Construct a goal asserting equality of sequences under permutation.
For example, (1, 2, 2) equates to (2, 1, 2) under permutation
>>> from kanren import var, run, permuteo
Expand Down

0 comments on commit 3c40f5f

Please sign in to comment.