Skip to content

Commit

Permalink
Remove OBE note on GF2 docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Jul 15, 2022
1 parent 9a7ccb9 commit 9a4366c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions galois/_fields/_gf2.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,6 @@ class GF2(FieldArray, UFuncMixin_2_1, characteristic=2, degree=1, order=2, irred
x = galois.GF2([1, 0, 1, 1]); x
isinstance(x, galois.GF2)
Note
----
Only the class docstring is documented on this page. See :obj:`~galois.FieldArray` for all other classmethods, class properties,
and methods inherited by :obj:`~galois.GF2`.
"""


Expand Down

0 comments on commit 9a4366c

Please sign in to comment.