Skip to content

Commit

Permalink
Merge pull request #2 from psi29a/patch-1
Browse files Browse the repository at this point in the history
Update perlin.py
  • Loading branch information
caseman committed Jan 21, 2014
2 parents 8c613e2 + 36c3984 commit 8d81233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perlin.py
Expand Up @@ -86,7 +86,7 @@ def __init__(self, period=None, permutation_table=None):
prove useful, they will not be "pure" simplex noise. The largest
element in the sequence must be no larger than period-1.
period and permutation_table may not be specified togther.
period and permutation_table may not be specified together.
"""
if period is not None and permutation_table is not None:
raise ValueError(
Expand Down

0 comments on commit 8d81233

Please sign in to comment.