Skip to content

Commit

Permalink
[FLINK-11866][py][docs] Fix method name
Browse files Browse the repository at this point in the history
  • Loading branch information
romanovacca authored and zentol committed Mar 13, 2019
1 parent 70be4e1 commit d158f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/batch/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ class MyDeserializer(object):
return MyObj(i)


env.register_custom_type(MyObj, MySerializer(), MyDeserializer())
env.register_type(MyObj, MySerializer(), MyDeserializer())
{% endhighlight %}

#### Tuples/Lists
Expand Down

0 comments on commit d158f85

Please sign in to comment.