mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-05 03:56:12 +00:00
Fix another batch of spelling typos (#13915)
* Fix typos * Remove repeated words * Minor grammar fixes
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# if you have many models here with many references from one model to another this may
|
||||
# raise a RecursionError
|
||||
# to avoid this, import only the models that you directly need like:
|
||||
# from from x_auth_id_alias.model.pet import Pet
|
||||
# from x_auth_id_alias.model.pet import Pet
|
||||
# or import this package, but before doing it, use:
|
||||
# import sys
|
||||
# sys.setrecursionlimit(n)
|
||||
|
||||
Reference in New Issue
Block a user