Skip to content

Commit 28abbee

Browse files
MaxVanDeursenjreback
authored andcommitted
Correct contribution guide docbuild instruction (#25479)
1 parent 50c40ff commit 28abbee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/source/development/contributing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ reducing the turn-around time for checking your changes.
435435

436436
# compile the reference docs for a single function
437437
python make.py clean
438-
python make.py --single DataFrame.join
438+
python make.py --single pandas.DataFrame.join
439439

440440
For comparison, a full documentation build may take 15 minutes, but a single
441441
section may take 15 seconds. Subsequent builds, which only process portions

0 commit comments

Comments
 (0)