Skip to content

Commit

Permalink
fix typo (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrinjalali authored and Prabhat committed Aug 19, 2019
1 parent f95ce23 commit 07fcd67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skl2onnx/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def convert_sklearn(model, name=None, initial_types=None, doc_string='',
options=extra)
But if a pipeline contains two model of the same class,
it is possible to disintguish between the two with function *id*:
it is possible to distinguish between the two with function *id*:
::
Expand Down

0 comments on commit 07fcd67

Please sign in to comment.