Skip to content

Commit

Permalink
DOC: Correct typos in developer guide for consistency (#60932)
Browse files Browse the repository at this point in the history
* DOC: Correct a typo in contributing_codebase.rst

* DOC: Correct another typo in developer.rst
  • Loading branch information
star1327p authored Feb 14, 2025
1 parent 19ea997 commit 6bcd303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/development/contributing_codebase.rst
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ be located.
- tests.scalar
- tests.tseries.offsets

2. Does your test depend only on code in pd._libs?
2. Does your test depend only on code in ``pd._libs``?
This test likely belongs in one of:

- tests.libs
Expand Down
2 changes: 1 addition & 1 deletion doc/source/development/developer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Column metadata
* Boolean: ``'bool'``
* Integers: ``'int8', 'int16', 'int32', 'int64', 'uint8', 'uint16', 'uint32', 'uint64'``
* Floats: ``'float16', 'float32', 'float64'``
* Date and Time Types: ``'datetime', 'datetimetz'``, ``'timedelta'``
* Date and Time Types: ``'datetime', 'datetimetz', 'timedelta'``
* String: ``'unicode', 'bytes'``
* Categorical: ``'categorical'``
* Other Python objects: ``'object'``
Expand Down

0 comments on commit 6bcd303

Please sign in to comment.