Skip to content

Commit b6bec02

Browse files
authored
docs: fix typo in connectors.py (#1693)
### Summary This pull request fixes a small typo in a comment within the examples/hosted_mcp/connectors.py file. The word "acccess" has been corrected to "access". ### Test plan No need - this is a documentation change in a comment only. ### Issue number N/A ### Checks - [x] I've added new tests (if relevant) - No need - [x] I've added/updated the relevant documentation - This is a documentation update - [x] I've run `make lint` and `make format` - No functional code changes - [x] I've made sure tests pass - No need for comment change
1 parent 9e4f992 commit b6bec02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/hosted_mcp/connectors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
async def main(verbose: bool, stream: bool):
1414
# 1. Visit https://developers.google.com/oauthplayground/
1515
# 2. Input https://www.googleapis.com/auth/calendar.events as the required scope
16-
# 3. Grab the acccess token starting with "ya29."
16+
# 3. Grab the access token starting with "ya29."
1717
authorization = os.environ["GOOGLE_CALENDAR_AUTHORIZATION"]
1818
agent = Agent(
1919
name="Assistant",

0 commit comments

Comments
 (0)