Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Commit

Permalink
Fix syntax in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Jun 19, 2018
1 parent c5ea987 commit 408e745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astropy_helpers/openmp_helpers.py
Expand Up @@ -262,7 +262,7 @@ def is_openmp_enabled():

def generate_openmp_enabled_py(packagename, srcdir='.'):
"""
Generate `package.openmp_enabled.is_openmp_enabled`, which can then be used
Generate ``package.openmp_enabled.is_openmp_enabled``, which can then be used
to determine, post build, whether the package was built with or without
OpenMP support.
"""
Expand Down

0 comments on commit 408e745

Please sign in to comment.