Skip to content

Commit

Permalink
docs/macros.md: Fix expansion shorthand
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc authored and pmatilai committed Dec 8, 2023
1 parent fff2111 commit f4ad03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manual/macros.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ A macro that is expanded to 1 if "with_python3" is defined and 0 otherwise:
or shortly

```
0%{!?with_python3:1}
0%{?with_python3:1}
```

`%{?macro_name}` is a shortcut for `%{?macro_name:%macro_name}`.
Expand Down

0 comments on commit f4ad03d

Please sign in to comment.