Skip to content

Commit

Permalink
Update Doc/library/stdtypes.rst
Browse files Browse the repository at this point in the history
Fix indentation
  • Loading branch information
blaisep authored Jun 5, 2024
1 parent 4d70dcf commit 48bed4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/stdtypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2288,7 +2288,7 @@ expression support in the :mod:`re` module).
>>> 'Python'.rjust(10, '.')
'....Python'

The original string is returned if *width* is less than or equal to ``len(s)``.
The original string is returned if *width* is less than or equal to ``len(s)``.

See also :meth:`ljust`.

Expand Down

0 comments on commit 48bed4c

Please sign in to comment.