Commit 5546854
authored
docs: Remove random string in examples, fix quotes (#428)
The string isn't actually an issue (since it's made up), but it was
caught in [secret
scanning](https://github.com/posit-dev/posit-sdk-py/security/secret-scanning/2).
IMO it's nice(r) to be explicit about what one puts there (hence `{your
API key}` rather than a random string that could (in shape at least) be
an API key, but have the person figure out that's the thing that goes
there.
I also fixed up some really wonky quotes. They were in comments so I'm
not surprised nothing complained about this, but the lacking a quote and
then one having double was really strange!1 parent 77c729e commit 5546854
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
156 | | - | |
| 155 | + | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
0 commit comments