Skip to content

Commit c979dcc

Browse files
committed
FIX: Fix error typo
1 parent f5985be commit c979dcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/runrms/api/proxy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def _send_request(self, request: Request) -> Response:
161161
"1. You're using an attribute like 'some.attr' directly. You must "
162162
"instead use 'some.attr.get()' to use the actual value.\n"
163163
"2. You're passing an object where some attribute is being used "
164-
"in a way similar to 1. You must called '.get()' on it first.\n"
164+
"in a way similar to 1. You must call '.get()' on it first.\n"
165165
f"Details: Request: {request}, Error: {e}"
166166
) from e
167167
except zmq.Again as e:

0 commit comments

Comments
 (0)