Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix shlex.rst
  • Loading branch information
ZackerySpytz committed Mar 28, 2020
commit d491fbdea8d4776ed6760035417ad3c86df07865
3 changes: 2 additions & 1 deletion Doc/library/shlex.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ The :mod:`shlex` module defines the following functions:
standard input.

.. deprecated:: 3.9
Passing ``None`` for *s* will raise an exception in future Python versions.
Passing ``None`` for *s* will raise an exception in future Python
versions.

.. function:: join(split_command)

Expand Down