Commit 04450e7
Fix SyntaxWarning in stabilizer_states.py docstring
\sqrt in a non-raw docstring is an invalid escape sequence in Python 3.12.
Escape to \sqrt — Sphinx renders it identically.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent bef1651 commit 04450e7
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments