[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#31428] [PATCH 1/1] gnu: Add python-glob2.
From: |
Andreas Enge |
Subject: |
[bug#31428] [PATCH 1/1] gnu: Add python-glob2. |
Date: |
Sat, 12 May 2018 12:14:18 +0200 |
User-agent: |
Mutt/1.9.5 (2018-04-13) |
Hello,
I think the error message applies to the following line in the description
field:
On Sat, May 12, 2018 at 09:51:10AM +0000, Fis Trivial wrote:
> address@hidden A recursive '**' globbing syntax, akin for example to the
> globstar
It looks like replacing
'**'
by
@code{**}
could solve the problem.
Andreas