We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac696e commit f56c221Copy full SHA for f56c221
docs/design_guide.rst
@@ -742,14 +742,7 @@ You could other examples if needed featuring different
742
functionalities of the library.
743
If you add additional examples, be sure to include them in the ``examples.rst``. Naming of the examples
744
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.
747
748
-.. code-block:: python
749
-
750
- text_to_display = "World!"
751
752
- print("Hello {}".format(text_to_display))
753
754
Sensor properties and units
755
--------------------------------------------------------------------------------
0 commit comments