Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2011-08-19 02:35:34 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2011-08-19 02:35:34 (GMT)
commitc9b35191c3f3195bdbea47ee6918665e28c38d2a (patch)
tree589562249d405ae4fa8dfb44fad22e99a7ff38a4
parent17c343fb5bfd00c01339d14dfa6c9a2ec7601c3a (diff)
typo
-rw-r--r--arange.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/arange.py b/arange.py
index 0ab8308..8dffb11 100644
--- a/arange.py
+++ b/arange.py
@@ -85,7 +85,7 @@ def compute_mls(R):
def LFSR(R, taps, m):
- """f
+ """
Computes the output of the LFSR specified by "taps" on initial registers
R for m steps.
R = an indexable object