Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit cc96c6d

Browse files
author
Matthias Koeppe
committed
Returns -> Return
1 parent a646a24 commit cc96c6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage_setup/cython_options.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
def compiler_directives(profile: bool):
44
"""
5-
Returns a list of Cython directives used for compilation.
5+
Return a list of Cython directives used for compilation.
66
"""
77
return dict(
88
# Do not generate __reduce__ methods
@@ -24,7 +24,7 @@ def compiler_directives(profile: bool):
2424

2525
def compile_time_env_variables():
2626
"""
27-
Returns a list of environmental variables used for compilation.
27+
Return a list of environmental variables used for compilation.
2828
"""
2929
return dict(
3030
PY_PLATFORM=sys.platform,

0 commit comments

Comments
 (0)