diff --git a/doc/source/development/contributing.rst b/doc/source/development/contributing.rst index 1270bfec098e8..027f2d90bbb73 100644 --- a/doc/source/development/contributing.rst +++ b/doc/source/development/contributing.rst @@ -435,7 +435,7 @@ reducing the turn-around time for checking your changes. # compile the reference docs for a single function python make.py clean - python make.py --single DataFrame.join + python make.py --single pandas.DataFrame.join For comparison, a full documentation build may take 15 minutes, but a single section may take 15 seconds. Subsequent builds, which only process portions