setdoc 1.2.14__tar.gz → 1.2.16__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: setdoc
3
- Version: 1.2.14
3
+ Version: 1.2.16
4
4
  Summary: This project helps to set the doc string.
5
5
  Author-email: Johannes <johannes.programming@gmail.com>
6
6
  License: The MIT License (MIT)
@@ -24,7 +24,7 @@ keywords = []
24
24
  name = "setdoc"
25
25
  readme = "README.rst"
26
26
  requires-python = ">=3.11"
27
- version = "1.2.14"
27
+ version = "1.2.16"
28
28
 
29
29
  [project.license]
30
30
  file = "LICENSE.txt"
@@ -78,7 +78,7 @@ __truediv__ = "This magic method implements self/other."
78
78
  __xor__ = "This magic method implements self^other."
79
79
  copy = "This method returns a new copy of self."
80
80
  data = "This property represents the underlying data."
81
- index = "This method returns the index of the first occurence."
81
+ index = "This method returns the index of the first occurrence."
82
82
  insert = "This method inserts value at index."
83
83
  isdisjoint = "This method determines if self and other have no intersection."
84
84
  issubset = "This method determines if self is a subset of other."
File without changes
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: setdoc
3
- Version: 1.2.14
3
+ Version: 1.2.16
4
4
  Summary: This project helps to set the doc string.
5
5
  Author-email: Johannes <johannes.programming@gmail.com>
6
6
  License: The MIT License (MIT)
@@ -7,6 +7,7 @@ docs/v1.0.rst
7
7
  docs/v1.1.rst
8
8
  docs/v1.2.rst
9
9
  src/setdoc/__init__.py
10
+ src/setdoc/py.typed
10
11
  src/setdoc.egg-info/PKG-INFO
11
12
  src/setdoc.egg-info/SOURCES.txt
12
13
  src/setdoc.egg-info/dependency_links.txt
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes