Skip to content

Commit 63b7d06

Browse files
authored
tasks.py: Typo fix in documentation
1 parent 01cef08 commit 63b7d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def set_version(ctx, version):
8787
- Final version like 3.0 or 3.1.2.
8888
- Alpha, beta or release candidate with ``a``, ``b`` or ``rc`` postfix,
8989
respectively, and an incremented number like 3.0a1 or 3.0.1rc1.
90-
- Development version with ``.dev`` postix and an incremented number like
90+
- Development version with ``.dev`` postfix and an incremented number like
9191
3.0.dev1 or 3.1a1.dev2.
9292
9393
When the given version is ``dev``, the existing version number is updated

0 commit comments

Comments
 (0)