Skip to content

Commit 64bd51b

Browse files
committed
fix PR10 error
1 parent 39ab010 commit 64bd51b

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

ci/code_checks.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@ fi
241241
### DOCSTRINGS ###
242242
if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
243243

244-
MSG='Validate docstrings (GL06, GL07, GL09, SS04, SS05, PR03, PR04, PR05, EX04, RT04, RT05, SA05)' ; echo $MSG
245-
$BASE_DIR/scripts/validate_docstrings.py --format=azure --errors=GL06,GL07,GL09,SS04,SS05,PR03,PR04,PR05,EX04,RT04,RT05,SA05
244+
MSG='Validate docstrings (GL06, GL07, GL09, SS04, SS05, PR03, PR04, PR05, PR10, EX04, RT04, RT05, SA05)' ; echo $MSG
245+
$BASE_DIR/scripts/validate_docstrings.py --format=azure --errors=GL06,GL07,GL09,SS04,SS05,PR03,PR04,PR05,PR10,EX04,RT04,RT05,SA05
246246
RET=$(($RET + $?)) ; echo $MSG "DONE"
247247

248248
fi

pandas/io/excel/_base.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -508,9 +508,7 @@ class ExcelWriter(object):
508508
Format string for datetime objects written into Excel files
509509
(e.g. 'YYYY-MM-DD HH:MM:SS')
510510
mode : {'w' or 'a'}, default 'w'
511-
File mode to use (write or append).
512-
513-
.. versionadded:: 0.24.0
511+
File mode to use (write or append). .. versionadded:: 0.24.0
514512
515513
Attributes
516514
----------

0 commit comments

Comments
 (0)