Skip to content

Commit

Permalink
Fix a typo in a docstring: encoder → decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasrg committed Sep 25, 2017
1 parent a5ba228 commit 7f9f071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/separate/coding/noisy_lloyd_max.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def get_convolutional_code(self):
return self.convolutional_code

class Decoder:
"""Combined source and channel encoder."""
"""Combined source and channel decoder."""
def __init__(self, sim, tracker, convolutional_code):
self.sim = sim
self.source_decoder = source.Decoder(sim, tracker)
Expand Down

0 comments on commit 7f9f071

Please sign in to comment.