Skip to content

Commit 095aa17

Browse files
authored
Fix indentation in continuation
1 parent 9d3f1b8 commit 095aa17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

peps/pep-0805.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Specifically:
240240
``SyntaxError``.
241241

242242
2. **Not in try/with blocks**: Lazy imports are not allowed inside ``try``/``except``
243-
or ``with`` block. This raises a ``SyntaxError``.
243+
or ``with`` block. This raises a ``SyntaxError``.
244244

245245
3. **No wild card imports**: ``lazy from module import *`` raises a ``SyntaxError``.
246246
Wild card ("star") imports are always eager, even when the global lazy

0 commit comments

Comments
 (0)