Skip to content

Commit dde316f

Browse files
authored
Update README.rst
1 parent cbf52ff commit dde316f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Docs/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Download the repository or clone it with git, after cd in directory build it fro
2828
python setup.py install
2929

3030

31-
**Example 1** ## 5 bit LFSR with :x^5 + x^2 + 1:
31+
**Example 1** ## 5 bit LFSR with x^5 + x^2 + 1
3232

3333
::
3434
@@ -37,7 +37,7 @@ Download the repository or clone it with git, after cd in directory build it fro
3737
3838
>>>L = LFSR()
3939
>>>L.info()
40-
5 bit LFSR with feedback polynomial :x^5 + x^2 + 1:
40+
5 bit LFSR with feedback polynomial x^5 + x^2 + 1
4141
Expected Period (if polynomial is primitive) = 31
4242
Current :
4343
State : [1 1 1 1 1]

0 commit comments

Comments
 (0)