Skip to content

Commit cd00eba

Browse files
autotools doc: add missing right quote (spack#29734)
1 parent 073330e commit cd00eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/spack/docs/build_systems/autotoolspackage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ For example:
433433
.. code-block:: python
434434
435435
variant('profiler', when='@2.0:')
436-
config_args += self.with_or_without('profiler)
436+
config_args += self.with_or_without('profiler')
437437
438438
will neither add ``--with-profiler`` nor ``--without-profiler`` when the version is
439439
below ``2.0``.

0 commit comments

Comments
 (0)