Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
Matthew Chan committed Nov 14, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 32cd555 commit d5937e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ def get_version():


def get_cxxflags():
"""If the CXXFLAGS variable is defined (clang/osx) then get it"""
"""If the CXXFLAGS variable is defined (clang/osx) then get it."""
return os.environ.get("CXXFLAGS", "").split()


0 comments on commit d5937e0

Please sign in to comment.