diff options
author | Georg Brandl <georg@python.org> | 2009-05-17 12:29:12 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-05-17 12:29:12 (GMT) |
commit | 71515ca191f32651c923c70e891632b4ac820b4f (patch) | |
tree | d6694e4aabe615b76ca113374bf35cd817fca330 /Doc/library/fnmatch.rst | |
parent | ef0a865f9c906a1298c43a453b2195d86befd6a4 (diff) | |
download | cpython-71515ca191f32651c923c70e891632b4ac820b4f.zip cpython-71515ca191f32651c923c70e891632b4ac820b4f.tar.gz cpython-71515ca191f32651c923c70e891632b4ac820b4f.tar.bz2 |
Remove surplus empty lines and convert more files to new optional arg style.
Diffstat (limited to 'Doc/library/fnmatch.rst')
-rw-r--r-- | Doc/library/fnmatch.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/fnmatch.rst b/Doc/library/fnmatch.rst index 1bb2cf2..7561880 100644 --- a/Doc/library/fnmatch.rst +++ b/Doc/library/fnmatch.rst @@ -1,4 +1,3 @@ - :mod:`fnmatch` --- Unix filename pattern matching ================================================= |