A small mistake in torch.nn document

In the Padding Layers, there are two introductions for torch.nn.ReflectionPad2d. I think the first one should be torch.nn.ReflectionPad1d. http://pytorch.org/docs/master/nn.html

Hi,

If you could make a small PR to fix that, we would be happy to merge it !