Skip to content

Commit

Permalink
Update docs/api.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Jürgen Gmach <[email protected]>
  • Loading branch information
CarliJoy and jugmac00 authored Apr 14, 2021
1 parent b6ecd1f commit c0743f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ The result of a call of the ``escape(s: str)`` function is a
This class provides an ``.__html__()`` method, which is used internally
as an indicator that the string returned by this method is safe.
This way of defining a save/HTML string is also used by other Template
System or things like widget in Jupter Notebook.
System or things like widget in Jupyter Notebook.

The class also overwrites a bunch of string methods and operators like:
``str.join()``, ``str.split()``, ``str.__add__()``, ``str.__mod__()`` etc.
Expand Down

0 comments on commit c0743f0

Please sign in to comment.