Skip to content

Commit 9f9261f

Browse files
authored
Apply suggestion from @manvkaur
1 parent 0492a7d commit 9f9261f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • .github/skills/trigger-registration

.github/skills/trigger-registration/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def on_new_file(payload: str) -> None:
151151
logging.info(f"Received file content: {len(content)} bytes")
152152
```
153153

154-
#### With generic trigger (when using Python <= 3.12>)
154+
#### With generic trigger (when using Python <= 3.12)
155155

156156
```python
157157
import azure.functions as func

0 commit comments

Comments
 (0)