Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

string.ljust documentation is missing optional fillchar description #50487

Closed
jaraco opened this issue Jun 8, 2009 · 2 comments
Closed

string.ljust documentation is missing optional fillchar description #50487

jaraco opened this issue Jun 8, 2009 · 2 comments
Assignees
Labels
docs Documentation in the Doc dir

Comments

@jaraco
Copy link
Member

jaraco commented Jun 8, 2009

BPO 6238
Nosy @birkenfeld, @jaraco

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/birkenfeld'
closed_at = <Date 2009-06-08.16:04:02.929>
created_at = <Date 2009-06-08.15:58:29.207>
labels = ['docs']
title = 'string.ljust documentation is missing optional fillchar description'
updated_at = <Date 2009-06-08.16:04:02.927>
user = 'https://github.com/jaraco'

bugs.python.org fields:

activity = <Date 2009-06-08.16:04:02.927>
actor = 'georg.brandl'
assignee = 'georg.brandl'
closed = True
closed_date = <Date 2009-06-08.16:04:02.929>
closer = 'georg.brandl'
components = ['Documentation']
creation = <Date 2009-06-08.15:58:29.207>
creator = 'jaraco'
dependencies = []
files = []
hgrepos = []
issue_num = 6238
keywords = []
message_count = 2.0
messages = ['89083', '89085']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'jaraco']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue6238'
versions = ['Python 2.6']

@jaraco
Copy link
Member Author

jaraco commented Jun 8, 2009

The documentation for string.ljust, string.rjust, and string.center is
missing the optional parameter fillchar. The str.ljust documentation
appears to be correct.

This was observed in Python 2.6.2 documentation as found on the
docs.python.org site at the time of this report.

@jaraco jaraco added the docs Documentation in the Doc dir label Jun 8, 2009
@birkenfeld
Copy link
Member

Fixed in r73296. You shouldn't have been looking at those anyway :)

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

2 participants