diff --git a/doc/source/index.rst b/doc/source/index.rst index a9f58db24..70c28fade 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -47,7 +47,7 @@ To use Ray's actor model: def __init__(self): self.n = 0 - def inc(self): + def increment(self): self.n += 1 def read(self):