Browse Source

Merge pull request #2587 from InsightGit/patch-2

Updated OS.get_unique_id() platform availability notice
Rémi Verschelde 6 years ago
parent
commit
896734d2c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/io/encrypting_save_games.rst

+ 1 - 1
tutorials/io/encrypting_save_games.rst

@@ -71,7 +71,7 @@ some unique user identifier, for example:
     f.StoreVar(gameState);
     f.Close();
 
-Note that ``OS.get_unique_id()`` only works on iOS and Android.
+Note that ``OS.get_unique_id()`` does not work on UWP or HTML5.
 
 That is all! Thank you for your cooperation, citizen.