Skip to content

Commit

Permalink
Update according to patch described in pytries#31
Browse files Browse the repository at this point in the history
  • Loading branch information
ti250 authored Nov 15, 2021
1 parent 239a9ae commit bcd74b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dawg.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ cdef class CompletionDAWG(DAWG):

return completer.Next()

cpdef bytes tobytes(self) except +:
cpdef bytes tobytes(self):
"""
Return raw DAWG content as bytes.
"""
Expand Down

0 comments on commit bcd74b1

Please sign in to comment.