Skip to content
Snippets Groups Projects
Commit 15cccbac authored by Gregory Szorc's avatar Gregory Szorc
Browse files

doc: don't use mutable default arguments

It appears our mutable default arguments checker doesn't find
arguments not on the first line of a function definition :(

The arguments aren't used, so the default value is irrelevant.

I found this when blackening this script in a future commit.

Differential Revision: https://phab.mercurial-scm.org/D7445
parent f7d7f9d2
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment