Skip to content

Commit b47c824

Browse files
committed
Update indicator.md
1 parent 15afc11 commit b47c824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/python/indicator.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ fig.show()
206206
#### Adding a Prefix and Suffix
207207

208208

209-
On both a `number` and a `delta`, you can add a string to appear before the value using `suffix`. You can add a string to appear after the value with `prefix`. In the following example, we add '$' as a `prefix` and 'm' as `suffix` for both the `number` and `delta`.
209+
On both a `number` and a `delta`, you can add a string to appear before the value using `prefix`. You can add a string to appear after the value with `suffix`. In the following example, we add '$' as a `prefix` and 'm' as `suffix` for both the `number` and `delta`.
210210

211211
Note: `suffix` and `prefix` on `delta` are new in 5.10
212212

0 commit comments

Comments
 (0)