Skip to content

Commit fafe249

Browse files
committed
Indentation
1 parent 04bc453 commit fafe249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ If it is necessary to specify keys which are not valid python identifiers, such
4545
>>> import varformat as vf
4646
>>> vf.vformat('package-${os}-${arch}', {'os': 'ubuntu-22.04', 'arch': 'amd64'}, ambiguity_check=True)
4747
Traceback (most recent call last):
48-
...
48+
...
4949
varformat.AmbiguityError: refusing to format because parsing would be ambiguous:
5050
could be: {'os': 'ubuntu-22.04', 'arch': 'amd64'}
5151
or: {'os': 'ubuntu', 'arch': '22.04-amd64'}

0 commit comments

Comments
 (0)