Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/hub/webhooks-guide-metadata-review.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def create_or_update_report(data):
```

<Tip>
`:=` is the Python Syntax for an assignment expression operator added to the Python language in version 3.8 (colloquially known as the walrus operator). People have mixed opinions on this syntax, and it doesn't change how Python evaluates the code if you don't use this. You can read more about this operator in this <a href="https://realpython.com/python-walrus-operator">Real Python article<\a>.
`:=` is the Python Syntax for an assignment expression operator added to the Python language in version 3.8 (colloquially known as the walrus operator). People have mixed opinions on this syntax, and it doesn't change how Python evaluates the code if you don't use this. You can read more about this operator in this <a href="https://realpython.com/python-walrus-operator">Real Python article</a>.
</Tip>

## Creating a Webhook to respond to changes on the Hub
Expand Down
Loading