summaryrefslogtreecommitdiff
path: root/pavement.py
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2021-10-07 11:40:00 +0200
committerDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2023-02-10 00:06:49 +0100
commit9a18e8b9586b4f8c3c46e265e1424ddd6fdb643b (patch)
treeb50866179113c6e482d3086752dd0fd7f0bb03d2 /pavement.py
parentbe52f19259d47cd27095e186a7974710c60169ee (diff)
downloadnumpy-9a18e8b9586b4f8c3c46e265e1424ddd6fdb643b.tar.gz
DOC: string → str
Diffstat (limited to 'pavement.py')
-rw-r--r--pavement.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pavement.py b/pavement.py
index 6d85bf96b..b6ad4358b 100644
--- a/pavement.py
+++ b/pavement.py
@@ -184,7 +184,7 @@ def write_release_task(options, filename='README'):
----------
options :
Set by ``task`` decorator.
- filename : string
+ filename : str
Filename of the modified notes. The file is written
in the release directory.