aboutsummaryrefslogtreecommitdiff
path: root/docs/yaml/elementary/str.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/yaml/elementary/str.yml')
-rw-r--r--docs/yaml/elementary/str.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/yaml/elementary/str.yml b/docs/yaml/elementary/str.yml
index 7b60e1e..00587cb 100644
--- a/docs/yaml/elementary/str.yml
+++ b/docs/yaml/elementary/str.yml
@@ -39,7 +39,7 @@ methods:
# str.replace(old, new)
- name: replace
- description: Search all occurrences of `old` and and replace it with `new`
+ description: Search all occurrences of `old` and replace it with `new`
returns: str
since: 0.58.0
example: |