mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
Rename function to make actor example correct (#5432)
This commit is contained in:
parent
61b23a9a70
commit
158567b952
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue