You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix example to use correct method of Stack (#19123)
This PR updates the `generics.rst` documentation to correct a method
call in the `Stack` usage example. Previously, the example incorrectly
used `.append('x')` on a `Stack[str]` instance, which is not a valid
method for the `Stack` class.
0 commit comments