Skip to content

Commit

Permalink
Fix typo in a documentation comment.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 635800300
  • Loading branch information
Nate Schmitz authored and Google Earth Engine Authors committed May 21, 2024
1 parent 39688b0 commit d130e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ee/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
# Tell pytype not to worry about dynamic attributes.
_HAS_DYNAMIC_ATTRIBUTES = True

# A list of autogenerated class names added by _InitializeGenerateClasses.
# A list of autogenerated class names added by _InitializeGeneratedClasses.
_generatedClasses: ListType[str] = []

NO_PROJECT_EXCEPTION = ('ee.Initialize: no project found. Call with project='
Expand Down

0 comments on commit d130e13

Please sign in to comment.