Skip to content

Commit

Permalink
Merge pull request #9064 from pypa/xavfernandez-patch-1
Browse files Browse the repository at this point in the history
Fix trivial news file generation on windows
  • Loading branch information
pradyunsg authored Oct 28, 2020
2 parents 00e531a + 1cd89f8 commit 92f9e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/html/development/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ as trivial a contributor simply needs to add a randomly named, empty file to
the ``news/`` directory with the extension of ``.trivial.rst``. If you are on a
POSIX like operating system, one can be added by running
``touch news/$(uuidgen).trivial.rst``. On Windows, the same result can be
achieved in Powershell using ``New-Item "news/$([guid]::NewGuid()).trivial"``.
achieved in Powershell using ``New-Item "news/$([guid]::NewGuid()).trivial.rst"``.
Core committers may also add a "trivial" label to the PR which will accomplish
the same thing.

Expand Down

0 comments on commit 92f9e77

Please sign in to comment.