Skip to content

Commit 787fd20

Browse files
committed
Fix typo
1 parent 3982ba5 commit 787fd20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dotenv/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ def _is_interactive():
305305

306306

307307
def load_dotenv(
308-
dotenv_path: Union[str, 'os.PathLike[str]', 's.PathLike[bytes]', None] = None,
308+
dotenv_path: Union[str, 'os.PathLike[str]', 'os.PathLike[bytes]', None] = None,
309309
stream: Optional[IO[str]] = None,
310310
verbose: bool = False,
311311
override: bool = False,

0 commit comments

Comments
 (0)