Skip to content

Commit d9f56af

Browse files
author
Andrew Hearin
committed
Corrected typo in installation troubleshooting section
1 parent b2a481a commit d9f56af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation_troubleshooting.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ the development team and raise an Issue on
1414

1515
1. Older versions of the gcc compiler may not support all the optimization
1616
flags that are used to compile the Cython code. These flags are chosen according
17-
to the ``extra_compiler_args`` list of strings that appears in the handful of
17+
to the ``extra_compile_args`` list of strings that appears in the handful of
1818
``setup_package.py`` files throughout the code. If this list contains a flag
1919
not used by your version of gcc, you can simply delete each
2020
appearance of the offending flag, and then install the code by
2121
building the modified source code.
22-
See `GitHub Issue 561 <https://github.com/astropy/halotools/issues/561>`_
22+
See `GitHub Issue 561 <https://github.com/astropy/halotools/issues/561>`_ for further details.
2323

2424
2. If you are a Mac user and you are not using the version of gcc that ships
2525
with OS X, you may need to temporarily switch compilers to clang.

0 commit comments

Comments
 (0)