Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 05a17bb

Browse files
author
Omer Katz
committed
Using new style classes in code example.
1 parent 0a6ab32 commit 05a17bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ python API. Below are a few examples.
156156

157157
Here's how to expose an object of your choice as a zeroservice::
158158

159-
class Cooler:
159+
class Cooler(object):
160160
""" Various convenience methods to make things cooler. """
161161

162162
def add_man(self, sentence):

0 commit comments

Comments
 (0)