Skip to content

Commit

Permalink
Update noreuse docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
lamby committed Mar 27, 2009
1 parent cf82cbd commit 9ad6192
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fadvise/__init__.py
Expand Up @@ -99,8 +99,8 @@ def random(fnames, offset=0, len=0):
def noreuse(fnames, offset=0, len=0):
"""
The specified files will be accessed only once. Under Linux, this operation
is a no-op; see contrib/copyfileobj-fadvise.py for an example on how to
achieve approximately the same effect.
is a no-op; see contrib/copyfileobj-fadvise.py in the python-fadvise source
tree for an example on how to achieve approximately the same effect.
"""

@advice(POSIX_FADV_WILLNEED)
Expand Down

0 comments on commit 9ad6192

Please sign in to comment.