diff --git a/habitat/core/agent.py b/habitat/core/agent.py
index eab2c4395e36fbc668717f175625e6e828015553..bb39009207fcfd8f5895e16030da7f4051aac91e 100644
--- a/habitat/core/agent.py
+++ b/habitat/core/agent.py
@@ -13,7 +13,7 @@ class Agent:
     agent the user has to implement two methods:
 
         reset
-        step
+        act
     """
 
     def reset(self) -> None: