Most of the rpc commands that take a number of blocks as an argument have an argument name of nblocks, like:
- getchaintxstats
- verifychain
- generatetoaddress
- getnetworkhashps
- ...
but generatetodescriptor instead has an argument name of num_blocks.
Not sure if I am being to pedantic here, but I'll happily provide a PR.