rdblue commented on code in PR #5672: URL: https://github.com/apache/iceberg/pull/5672#discussion_r963058814
########## docs/python-api-intro.md: ########## @@ -27,158 +27,156 @@ menu: # Iceberg Python API -Much of the python api conforms to the java api. You can get more info about the java api [here](../api). +Much of the python api conforms to the Java API. You can get more info about the java api [here](../api). -## Catalog - -The Catalog interface, like java provides search and management operations for tables. - -To create a catalog: +## Instal Review Comment: Typo: `Install`. What about "Installing" or "Installation"? "Install" is a verb so it makes a strange section heading. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
