diff options
author | Fred Drake <fdrake@acm.org> | 1999-04-09 19:57:09 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-04-09 19:57:09 (GMT) |
commit | bfb092eb86065cfe5019b2429ebcc0bc6247e80e (patch) | |
tree | 6b3a10c3663fe463124dc856db5800cde4d11d99 /Doc/lib/libre.tex | |
parent | d68a4bd56c86e3361d622db53c63b7338f27e744 (diff) | |
download | cpython-bfb092eb86065cfe5019b2429ebcc0bc6247e80e.zip cpython-bfb092eb86065cfe5019b2429ebcc0bc6247e80e.tar.gz cpython-bfb092eb86065cfe5019b2429ebcc0bc6247e80e.tar.bz2 |
Misspellling: "occurance" --> "occurrence"
Diffstat (limited to 'Doc/lib/libre.tex')
-rw-r--r-- | Doc/lib/libre.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libre.tex b/Doc/lib/libre.tex index 7c7d177..b9f5f32 100644 --- a/Doc/lib/libre.tex +++ b/Doc/lib/libre.tex @@ -447,7 +447,7 @@ Return the string obtained by replacing the leftmost non-overlapping occurrences of \var{pattern} in \var{string} by the replacement \var{repl}. If the pattern isn't found, \var{string} is returned unchanged. \var{repl} can be a string or a function; if a function, -it is called for every non-overlapping occurance of \var{pattern}. +it is called for every non-overlapping occurrence of \var{pattern}. The function takes a single match object argument, and returns the replacement string. For example: |