Skip to content

Commit 76268fa

Browse files
bdracoCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent e0e7541 commit 76268fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ accelerated projects.
171171
`_ANSWER_STRATEGY_POINTER = 1` in `query_handler.py` as a C int
172172
assignment; the Python module dict never gets the binding.
173173
`from zeroconf._handlers.query_handler import
174-
_ANSWER_STRATEGY_POINTER` succeeds in pure-Python but raises
174+
_ANSWER_STRATEGY_POINTER` succeeds in pure-Python but raises
175175
`ImportError` under Cython. If you need the value visible from
176176
Python (e.g. a test wants to assert on it), define both names —
177177
a public `ANSWER_STRATEGY_POINTER = 1` Python binding plus a

0 commit comments

Comments
 (0)