Skip to content

Commit 3118576

Browse files
DOC: Add missing period to parameter description (#32022)
1 parent f163f25 commit 3118576

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pandas/io/formats/style.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ def format(self, formatter, subset=None, na_rep: Optional[str] = None) -> "Style
452452
``formatter`` is applied to.
453453
na_rep : str, optional
454454
Representation for missing values.
455-
If ``na_rep`` is None, no special formatting is applied
455+
If ``na_rep`` is None, no special formatting is applied.
456456
457457
.. versionadded:: 1.0.0
458458

pandas/io/sql.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ def read_sql(
361361
Using SQLAlchemy makes it possible to use any DB supported by that
362362
library. If a DBAPI2 object, only sqlite3 is supported. The user is responsible
363363
for engine disposal and connection closure for the SQLAlchemy connectable. See
364-
`here <https://docs.sqlalchemy.org/en/13/core/connections.html>`_
364+
`here <https://docs.sqlalchemy.org/en/13/core/connections.html>`_.
365365
index_col : str or list of str, optional, default: None
366366
Column(s) to set as index(MultiIndex).
367367
coerce_float : bool, default True

0 commit comments

Comments
 (0)