Skip to content

Commit f56c221

Browse files
committed
removing need to use print format option.
1 parent 3ac696e commit f56c221

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Diff for: docs/design_guide.rst

-7
Original file line numberDiff line numberDiff line change
@@ -742,14 +742,7 @@ You could other examples if needed featuring different
742742
functionalities of the library.
743743
If you add additional examples, be sure to include them in the ``examples.rst``. Naming of the examples
744744
files should use the name of the library followed by a description, using underscore to separate them.
745-
When using print statements you should use the ``" ".format()`` format, as there are particular boards
746-
that are not capable to use f-strings.
747745

748-
.. code-block:: python
749-
750-
text_to_display = "World!"
751-
752-
print("Hello {}".format(text_to_display))
753746

754747
Sensor properties and units
755748
--------------------------------------------------------------------------------

0 commit comments

Comments
 (0)