Commit fc0907f
authored
Fix a WARNING when building the Using-Python-Packages file. (#5059)
Sphinx doesn't seem to like an unclosed single-quote in the
console text, and prints a "Lexing literal_block" warning.
Fix that here by getting rid of the contraction.
Signed-off-by: Chris Lalancette <[email protected]>1 parent 228a7b2 commit fc0907f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments