New submission from Andrew Gorcester:

Documentation here: 
http://docs.python.org/3/library/string.html#template-strings says "Instead of 
the normal %-based substitutions, Templates support $-based substitutions..."

I believe it is confusing to refer to %-based substitutions in a way that 
implies they still exist in Python 3.  It would be better to fix this to either 
refer to {} substitution or to remove the reference comparing it to normal 
string substitution altogether.

----------
assignee: docs@python
components: Documentation
messages: 175123
nosy: andrewsg, docs@python
priority: normal
severity: normal
status: open
title: Template strings documentation in Python 3 refers to % substitution in 
present tense
versions: Python 3.1, Python 3.2, Python 3.3, Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16432>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to