We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b3d2c7 commit add8f06Copy full SHA for add8f06
shared-bindings/os/__init__.c
@@ -241,7 +241,7 @@ MP_DEFINE_CONST_FUN_OBJ_0(os_sync_obj, os_sync);
241
//| """Returns a string of *size* random bytes based on a hardware True Random
242
//| Number Generator. When not available, it will raise a NotImplementedError.
243
//|
244
-//| **Limitations:** Not yet available on nRF. Not available on SAMD21 due to lack of hardware.
+//| **Limitations:** Not available on SAMD21 due to lack of hardware.
245
//| """
246
//| ...
247
0 commit comments