flet-web 0.70.0.dev6281__py3-none-any.whl → 0.70.0.dev6293__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -93,7 +93,7 @@ class FletStaticFiles(StaticFiles):
93
93
  path (str): Resource path.
94
94
 
95
95
  Returns:
96
- [tuple[str, os.stat_result]]: Always retuens a full path and stat result.
96
+ [tuple[str, os.stat_result]]: Always returns a full path and stat result.
97
97
  """
98
98
  logger.debug(f"StaticFiles.lookup_path: {self.__app_mount_path} {path}")
99
99
  full_path, stat_result = super().lookup_path(path)
@@ -46,7 +46,7 @@ class FletUpload:
46
46
  """
47
47
  Handle file upload.
48
48
 
49
- Upload must be an non-encoded (raw) file in the requst body.
49
+ Upload must be an non-encoded (raw) file in the request body.
50
50
  """
51
51
 
52
52
  async def handle(self, request: Request):
flet_web/version.py CHANGED
@@ -1 +1 @@
1
- version = "0.70.0.dev6281"
1
+ version = "0.70.0.dev6293"