Skip to content

Commit

Permalink
Revert "Merge pull request #24 from Franck-Dernoncourt/patch-1"
Browse files Browse the repository at this point in the history
This reverts commit c7e8df6, reversing
changes made to e769a10.
  • Loading branch information
Terry Peng committed Sep 16, 2015
1 parent c7e8df6 commit 25924bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pycrfsuite/_pycrfsuite.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ cdef class ItemSequence(object):
{"string_key=string_value": 1.0, ...}
* ["string_key1", "string_key2", ...] list; that's the same as
{"string_key1": 1.0, "string_key2": 1.0, ...}
* ["string_key1=string_value1", "string_key2=string_value2", ...] list;
* {"string_prefix": {...}} dicts: nested dict is processed and
"string_prefix" s prepended to each key.
* {"string_prefix": [...]} dicts: nested list is processed and
Expand Down

0 comments on commit 25924bf

Please sign in to comment.