Skip to content

Commit feb1d53

Browse files
maxkahanjeffswartz
andauthored
Update opentok/render.py
Co-authored-by: Jeff Swartz <[email protected]>
1 parent 0722243 commit feb1d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentok/render.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from six import iteritems
33

44
class Render:
5-
"""Represents a render of an OpenTok session."""
5+
"""Represents an Experience Composer render of an OpenTok session."""
66

77
def __init__(self, kwargs):
88
self.id = kwargs.get("id")

0 commit comments

Comments
 (0)