Skip to content

Commit ba371c1

Browse files
committed
fix typo SQLAchemy -> SQLAlchemy
Change-Id: If03ccc2c2bec1c48eb6ed26091e1588b3b46e781
1 parent d57767e commit ba371c1

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ See also [Reporting Bugs](https://www.sqlalchemy.org/participate.html#bugs) on t
3030
**Versions.**
3131
- OS:
3232
- Python:
33-
- SQLAchemy:
33+
- SQLAlchemy:
3434
- Database:
3535
- DBAPI:
3636

.github/ISSUE_TEMPLATE/question.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Question
3-
about: Question regarding SQLAchemy features
3+
about: Question regarding SQLAlchemy features
44
title: ''
55
labels: requires triage
66
assignees: ''

doc/build/changelog/migration_04.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ they'll work there too.
4545
Module Imports
4646
==============
4747

48-
In 0.3, "``from sqlachemy import *``" would import all of
49-
sqlachemy's sub-modules into your namespace. Version 0.4 no
48+
In 0.3, "``from sqlalchemy import *``" would import all of
49+
sqlalchemy's sub-modules into your namespace. Version 0.4 no
5050
longer imports sub-modules into the namespace. This may mean
5151
you need to add extra imports into your code.
5252

doc/build/changelog/migration_13.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1666,7 +1666,7 @@ New parameters to affect IDENTITY start and increment, use of Sequence deprecate
16661666
---------------------------------------------------------------------------------
16671667

16681668
SQL Server as of SQL Server 2012 now supports sequences with real
1669-
``CREATE SEQUENCE`` syntax. In :ticket:`4235`, SQLAchemy will add support for
1669+
``CREATE SEQUENCE`` syntax. In :ticket:`4235`, SQLAlchemy will add support for
16701670
these using :class:`.Sequence` in the same way as for any other dialect.
16711671
However, the current situation is that :class:`.Sequence` has been repurposed
16721672
on SQL Server specifically in order to affect the "start" and "increment"

0 commit comments

Comments
 (0)