Skip to content

Commit 375fb2f

Browse files
committed
fix sourcery comment
1 parent 956f6bf commit 375fb2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
# built documents.
6565
#
6666
# The short X.Y version.
67-
version = ".".join(__version__.split(".")[0:2])
67+
version = ".".join(__version__.split(".")[:2])
6868
# The full version, including alpha/beta/rc tags.
6969
release = __version__
7070

0 commit comments

Comments
 (0)