The string library is a utility set of functions with common string
operations and that documentation is about the specific library, not the
concept of strings or their syntax and other features in the language
itself. For more about f-strings and other string behaviors, read the
documentation on strings, the type, and other literals here
https://docs.python.org/3.7/reference/lexical_analysis.html#literals

That said, I do think you make a good point about the discovery of
documentation. If a reader would reasonably find themselves in the wrong
location while looking for information, maybe more can be done to guide
them to the right place.

On Wed, Feb 20, 2019 at 8:34 AM Caridad Díaz Rivero <
caridad.diaz.riv...@gmail.com> wrote:

> Hi,
> I don´t have too much experience using the official python documentation,
> and I was looking about f-string and I didn´t find anythings in
> /3/library/string.html <https://docs.python.org/3/library/string.html>
> and
> I find it in  3/reference/lexical_analysis.html#f-strings
> <https://docs.python.org/3/reference/lexical_analysis.html#f-strings> and
> I
> didn´t now Why it is not referenced in the documentation of String Library?
> Regards,
> Caridad Díaz
> --
> https://mail.python.org/mailman/listinfo/python-list
>


-- 

CALVIN SPEALMAN

SENIOR QUALITY ENGINEER

cspea...@redhat.com  M: +1.336.210.5107
<https://red.ht/sig>
TRIED. TESTED. TRUSTED. <https://redhat.com/trusted>
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to