Skip to content

Commit

Permalink
Bug fix for M - now uses g, not a
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacg1 committed Nov 11, 2014
1 parent 5586f07 commit d2cf2e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def __call__(self, *args):
'V': ('FNU', 0),
'A': ('=,{0}{1}', 2),
'L': ('DybR', 0),
'M': ('DaGHR', 0),
'M': ('DgGHR', 0),
}

# Gives next function header to use - for filter, map, reduce.
Expand Down
2 changes: 1 addition & 1 deletion doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ I S Y if Python if.
J 1 Y Variable. Autoinitializing. J=copy(_).
K 1 Y Variable. Autoinitializing. K=_. For stringing.
L S Y lambda define y(b): return _.
M 3 N The one after L define a(G,H): return _.
M 3 N The one after L define g(G,H): return _.
N 0 N Variable. '"'
O 1 N randOm-chOice random.choice(_). Uses range(int).
P 1 N Prime/Pop prime factorization on int. All but last on str, list.
Expand Down

0 comments on commit d2cf2e3

Please sign in to comment.