Skip to content

Commit e4dc133

Browse files
apt1002Alistair Turnbull
authored andcommitted
Fix a type in the docstring for expand_bytes()
1 parent ebd493f commit e4dc133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nancy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def expand_bytes(
149149
text (bytes): the text to expand
150150
base_file (Path): the filesystem input `Path`
151151
file_path (Path): the `inputs`-relative `Path`
152-
output_path (Path): the filesystem output `Path`
152+
output_path (Optional[Path]): the filesystem output `Path`
153153
154154
Returns:
155155
bytes

0 commit comments

Comments
 (0)